Retrieve Job
Job
Retrieve Job
Retrieve a single Job by ID
GET
Retrieve Job
Documentation Index
Fetch the complete documentation index at: https://docs.quedup.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
OK
Job schema
Example:
"job_xxx"
Example:
"POST"
Example:
"Job"
The next time the Job is scheduled to run. If empty, the Job is complete=.
The CRON schedule for the Job
Example:
"0 12 * * *"
A Job can be active, paused, failed or completed
Example:
"active"
Example:
"https://example.com"