Skip to content

List backup executions​

GET
/databases/{uuid}/backups/{scheduled_backup_uuid}/executions

Get all executions for a specific backup configuration.

Authorizations​

bearerAuth

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

TypeHTTP (bearer)

Parameters​

Path Parameters

uuid*

UUID of the database

Typestring
Required
scheduled_backup_uuid*

UUID of the backup configuration

Typestring
Required
formatuuid

Responses​

List of backup executions
application/json
JSON
{
"executions": [
{
"uuid": "string",
"filename": "string",
"size": 0,
"created_at": "string",
"message": "string",
"status": "string"
}
]
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI