Retrieve a list of container in a specified project.
cURL
curl --request GET \ --url https://api.fluxend.app/containers \ --header 'Authorization: <authorization>' \ --header 'X-Project: <x-project>'
{ "content": [ { "createdAt": "<string>", "createdBy": "<string>", "description": "<string>", "isPublic": true, "maxFileSize": 123, "name": "<string>", "projectUuid": "<string>", "totalFiles": 123, "updatedAt": "<string>", "updatedBy": "<string>", "url": "<string>", "uuid": "<string>" } ], "errors": [ "<string>" ], "metadata": "<unknown>", "success": true }
Bearer Token
Project UUID
Page number for pagination
Number of items per page
Field to sort by
Sort order (asc or desc)
List of container
Show child attributes