2.3 KiB
Return to top
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.
Type
HTTP (bearer)
Parameters
Path Parameters
uuid*
UUID of the database
Type
string
Required
scheduled_backup_uuid*
UUID of the backup configuration
Type
string
Required
Responses
200404
List of backup executions
Content-Type
application/json
SchemaJSON
JSON
{
"executions": [
{
"uuid": "string",
"filename": "string",
"size": 0,
"created_at": "string",
"message": "string",
"status": "string"
}
]
}
GET
/databases/{uuid}/backups/{scheduled_backup_uuid}/executions
Playground
Authorization
bearerAuth
Variables
Key
Value
uuid*
scheduled_backup_uuid*
Try it out
Samples
Powered by VitePress OpenAPI