Skip to main content
GET
Get job status

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code flow with PKCE, issued by the Michelangelo identity provider. Third-party clients register via Dynamic Client Registration — see the Authentication guide for the full flow.

Path Parameters

jobId
string<uuid>
required

Response

Job snapshot

id
string<uuid>
required
type
string
required
status
enum<string>
required
Available options:
queued,
running,
succeeded,
failed,
canceled
created_at
string<date-time>
required
project_id
integer<int64>

Numeric project id (matches public.projects.id), nullable

result
object

Output payload on success — contains project_id and files_saved

error
object
updated_at
string<date-time>