---
title: "Get job status"
method: GET
path: "/v1/worlds/requests/{requestId}/status"
tags: ["worlds"]
---

# Get job status

`GET /v1/worlds/requests/{requestId}/status`

Progress is 0..1 when the pipeline has meaningful stage movement, otherwise null (never treat null as 0%). Capture and posed/unposed multi-pano reconstruction also return estimated_duration_seconds (~3.5 hours) so clients can show ETA + elapsed instead of a percent.

## Path parameters

- `requestId` string, required

## Response `200`

Job status

## Other responses

- `404` — Job not found

---

[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)
