cURL
curl --request GET \ --url https://api.revenuebase.ai/v1/queued-process \ --header 'x-key: <api-key>'
{ "processes": [ { "process_id": 123, "filename": "<string>", "status": "<string>", "message": "<string>", "last_updated": "2023-11-07T05:31:56Z" } ] }
Returns all batch jobs in QUEUED or PROCESSING status for your account. Use the process_id from each result to poll individual job status or cancel.
QUEUED
PROCESSING
process_id
Successful Response
Show child attributes
Was this page helpful?
Contact support