---
title: "Get job status"
method: GET
path: "/projects/jobs/{jobId}"
tags: ["Projects"]
---

# Get job status

`GET /projects/jobs/{jobId}`

Check the status of a project generation job. Poll until status is completed or failed.

## Path parameters

- `jobId` string, required — The job ID returned by generateProject.

## Response `200`

Job status

- object
  - `jobId` string, required
  - `status` 'processing' | 'completed' | 'failed', required
  - `editorUrl` string, uri, nullable, required
  - `projectId` string, nullable, required
  - `projectSlug` string, nullable, required
  - `teamId` string, nullable, required
  - `finalDuration` string — Actual generation time. Only present when status is completed.
  - `publishedUrl` string, uri — Available when status is completed.
  - `error` string — Error message when status is failed.
  - `createdAt` string, date-time, required

## Other responses

- `404` — Job not found

## Changes

- **2026-08-01** `83197d741969` — 1 breaking, 4 info
  - the response property `editorUrl` became nullable for the status `200`
  - the response property `editorUrl` became required for the status `200`
  - added the required property `projectId` to the response with the `200` status
  - added the required property `projectSlug` to the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/faces/apis/faces-api/changes/projects/jobs/:jobId/get.md)

---

[API](https://skmtc.dev/faces/apis/faces-api.md) · [All operations](https://skmtc.dev/faces/apis/faces-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/faces/faces-api/revisions/83197d741969/schema)
