Retrieve a list of all files in a specific container
cURL
curl --request GET \ --url https://api.fluxend.app/containers/{containerUUID}/files \ --header 'Authorization: <authorization>' \ --header 'X-Project: <x-project>'
[ { "content": [ { "containerUuid": "<string>", "createdAt": "<string>", "createdBy": "<string>", "fullFileName": "<string>", "mimeType": "<string>", "size": 123, "updatedAt": "<string>", "updatedBy": "<string>", "uuid": "<string>" } ], "errors": [ "<string>" ], "metadata": "<any>", "success": true } ]
Bearer Token
Project UUID
Container UUID
Page number for pagination
Number of items per page
Field to sort by
Sort order (asc or desc)
List of files
The response is of type object[].
object[]