Jobs
Get a background job
GET
/jobs/{id}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Job ID
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/jobs/string"{ "$schema": "https://example.com/api/v1/schemas/JobResponse.json", "attempts": 0, "created_at": "string", "id": "string", "last_error": "string", "locked_at": "string", "max_attempts": 0, "payload": "string", "publication_id": "string", "run_at": "string", "status": "string", "type": "string"}