startBuild, addDocs, or deleteDocs.
Required fields: jobId
| Field | Type | Required | Notes |
|---|---|---|---|
jobId | string | ✅ | The job ID returned by the initiating action. |
| Field | Type | Notes |
|---|---|---|
jobId | string | The job identifier. |
status | string | One of building, completed, or failed. |
progress | integer | Percentage complete (0–100). |
currentPhase | string | null | Current build phase, or null when completed. |
error | string | null | Error message if the job failed, otherwise null. |
createdAt | string | ISO 8601 timestamp when the job was created. |
updatedAt | string | ISO 8601 timestamp of the last status update. |
completedAt | string | null | ISO 8601 timestamp when the job completed, or null if still running. |
404if the job ID is not found.