BackupsJobsId
Get a backup or restore job with logs
Path Parameters
id*integer
Format
int64Header Parameters
apikey*string
The static admin key configured as ATHENA_KEY_12. Authorization headers (Bearer <key>), X-API-Key, X-Athena-Key, or ?api_key= are also accepted.
Response Body
application/json
application/json
curl -X GET "https://athena-cluster.com/admin/backups/jobs/0" \ -H "apikey: string"{}Empty
Empty
{
"status": "error",
"message": "string",
"error": "string"
}Delete a completed, failed, or cancelled backup job DELETE
Previous Page
Cancel a running or pending backup or restore job POST
Marks the job as cancelled in `athena_logging` and signals the worker on this Athena process to stop `pg_dump` or `pg_restore` if still running. Requires the static admin key (`ATHENA_KEY_12`).