Retrieve a list of all backups for the specified project
cURL
curl --request GET \ --url https://api.fluxend.app/backups \ --header 'Authorization: <authorization>' \ --header 'X-Project: <x-project>'
[ { "content": [ { "completedAt": "<string>", "error": "<string>", "projectUuid": "<string>", "startedAt": "<string>", "status": "<string>", "uuid": "<string>" } ], "errors": [ "<string>" ], "metadata": "<any>", "success": true } ]
Bearer Token
Project UUID
List of backups
The response is of type object[].
object[]