Athena
BackupsJobs

List backup and restore jobs

GET
/admin/backups/jobs

Query Parameters

client_name?string
status?string
job_type?string
limit?integer
Default50
Range1 <= value <= 500

Header 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" \  -H "apikey: string"
{}
Empty
{
  "status": "error",
  "message": "string",
  "error": "string"
}