Chimely
Api

List parked jobs across environments

GET
/admin/api/dlq

Authorization

AdminSession
chimely_admin<token>

Server-side admin session cookie, set by POST /admin/api/login.

In: cookie

Response Body

application/json

application/json

curl -X GET "https://example.com/admin/api/dlq"
[
  {
    "attempts": 0,
    "environment_slug": "string",
    "id": "string",
    "job_type": "string",
    "last_error": "string",
    "parked_at": "string"
  }
]
Empty
{
  "error": {
    "code": "invalid_request",
    "message": "string"
  }
}