Retrieve a list of container in a specified project.
cURL
curl --request GET \ --url https://api.fluxend.app/storage \ --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": "<any>", "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
The response is of type object.
object