worlds

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.

get/v1/worlds/requests

Query parameters

status'PENDING' | 'PROCESSING' | 'COMPLETED' | 'FAILED' | 'CANCELLED'

When set, only jobs with this status are returned. Omit to list all.

offsetinteger

Number of jobs to skip before returning results.

limitinteger

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 query request parameter limit

      new-optional-request-parameter

    • added the new optional query request parameter offset

      new-optional-request-parameter

    • added the new optional query request parameter status

      new-optional-request-parameter

    • added the non-success response with the status 400

      response-non-success-status-added