V2 endpoint — requires Pro, Team, or Enterprise plan.
async_index: true, each artifact gets a job_id. Use this endpoint to check whether indexing has completed and the artifact is ready to retrieve.
Request
The job ID returned in
queued_jobs from POST /v2/ingest.Response
The job ID.
Current state of the indexing job.
| Value | Meaning |
|---|---|
pending | Queued, not yet started. |
processing | Indexing in progress. |
done | Complete. Artifact is available for retrieval. |
failed | Indexing failed. See error_message. |
UUID of the artifact. Present once status is
done.Workspace this job belongs to.
ISO 8601 timestamp.
ISO 8601 timestamp of the most recent status change.
Human-readable error if
status is failed. null otherwise.Example
Response