Get all executions for a specific backup configuration.
Authorization
bearerAuth AuthorizationBearer <token>
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
In: header
Path Parameters
uuid*string
UUID of the database
scheduled_backup_uuid*string
UUID of the backup configuration
Response Body
application/json
curl -X GET "https://app.coolify.io/api/v1/databases/string/backups/string/executions"{ "executions": [ { "uuid": "string", "filename": "string", "size": 0, "created_at": "string", "message": "string", "status": "string" } ]}Empty
