Skip to main content
GET
Get source generation job status

Authorizations

x-api-key
string
header
required

Team API key created under /api/api-keys. Prefix: sb_api_.

Path Parameters

projectId
string<uuid>
required

Project UUID in the team associated with the API key.

sourceId
string<uuid>
required

Source UUID. For runtime endpoints this identifies the source backing the table; for public v1 it identifies the source resource inside the project.

jobId
string
required

Queue job identifier returned in generationJob.id from create/regenerate responses.

Response

Job status

Background generation job summary when queue mode is enabled.

id
string

Job ID used by /generation-jobs/{jobId}.

status
string

Current queue status (for example waiting, active, completed, failed).

queueName
string | null

Queue name handling this generation job.

attemptsMade
integer | null

Number of processing attempts made so far.

finishedOn
string<date-time> | null

Completion timestamp when the job has finished.

failedReason
string | null

Failure reason when status is failed.

result
object | null

Optional result payload, typically including generation audit details.