/jobs
Request all your past and present jobs.
Query your past and present jobs.
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"items": [
{
"id": string,
"createdAt": string, // ISO date string
"status": string, // CREATED, RUNNING, FAILED, COMPLETED
"type": string, // the type of job (e.g. "guess-shape")
"pages": number, // the number of billed pages
"fileName": string,
"urls": {
"get": string // Query this URL to get the status/result of your job
}
},
...
],
"offset": number,
"count": number,
"total": number // the total number of jobs associated with your account
}{
"error": string
}Example Usage
Retrieving more than 10 jobs
Retrieving older jobs
Last updated