---
title: "List jobs created by this API key"
method: GET
path: "/v1/worlds/requests"
tags: ["worlds"]
---

# List jobs created by this API key

`GET /v1/worlds/requests`

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

- `status` 'PENDING' | 'PROCESSING' | 'COMPLETED' | 'FAILED' | 'CANCELLED'
- `offset` integer
- `limit` integer

## Response `200`

Paginated job list

## Other responses

- `400` — Invalid query parameters
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/spaitial/apis/spaitial-developer-api.md) · [All operations](https://skmtc.net/spaitial/apis/spaitial-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spaitial/spaitial-developer-api/revisions/f8a73c25c812/schema)
