List jobs created by this API key
Returns only worlds generated through the API with this key. Worlds created in the Spaitial web app (dashboard) are not included, even for the same account. Generate through the API if you need the pipeline to list the result. status is optional; omitting it returns the same unfiltered page as before.
Query parameters
When set, only jobs with this status are returned. Omit to list all.
Number of jobs to skip before returning results.
Maximum number of jobs to return.
Response
Paginated job list
Changes
Changed in 1 of the 5 revisions of this API.4
- ○
added the new optional
queryrequest parameterlimitnew-optional-request-parameter
- ○
added the new optional
queryrequest parameteroffsetnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterstatusnew-optional-request-parameter
- ○
added the non-success response with the status
400response-non-success-status-added
- ○