Get Backup Execution
coolify_get_backup_executionRetrieve details of a specific backup execution by providing its UUID along with the database and backup schedule UUIDs.
Instructions
Get a single backup execution by its UUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reveal | No | Reveal redacted secret values in the response (default false; the call is audited) | |
| instance | No | Coolify instance to target: 'prod' (Hetzner VPS) or 'dev' (local OrbStack VM). Defaults to prod. | prod |
| backup_uuid | Yes | Backup schedule UUID | |
| database_uuid | Yes | Database UUID | |
| execution_uuid | Yes | Backup execution UUID |