Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.rampartcorporation.com/v2/job/next \ --header 'Authorization: Bearer <token>'
{ "data": { "client_id": "<string>", "job_id": "<string>", "from": "2023-11-07T05:31:56Z", "to": "2023-11-07T05:31:56Z" } }
Get the immediate next job to process in the queue. If no job is found, returns null.
Bearer authentication header of the form Bearer <API_KEY>.
Bearer <API_KEY>
Next job in queue
Show child attributes