cURL
curl --request GET \ --url https://rest.cerebrium.ai/v2/projects/{project_id}/volumes/{volume_id}/ls \ --header 'Authorization: Bearer <token>'
Retrieve a list of files in a specified volume. Intended for internal use - rather use the cerebrium ls command.
cerebrium ls
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK