GET
/
backups
List backups
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
  }
]

Headers

Authorization
string
required

Bearer Token

X-Project
string
required

Project UUID

Response

200
application/json

List of backups

The response is of type object[].