cURL
curl --request GET \ --url https://api.shelv.dev/v1/shelves/{id}/listing \ --header 'Authorization: Bearer <token>'
{ "fileCount": 123, "name": "<string>", "paths": [ "<string>" ], "shelfPublicId": "<string>" }
Get the list of file paths in a shelf without content. Only available when the shelf is in ready or review status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
^shf_[0-9a-f]{24}$
File listing