Get details of a specific file
cURL
curl --request GET \ --url https://api.fluxend.app/containers/{containerUUID}/files/{fileUUID} \ --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
File UUID
File details
The response is of type object.
object