Get Ingestion Status
Check the preprocessing and vector-indexing status of your audio uploads. This endpoint is completely free and does not deduct balance.-
/trace/v1/ingest/{job_id}
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
job_id | string | ✅ | Unique job ID returned from POST /trace/v1/ingest/type*. |
Response
Status 200 OKJob Status Values
pending: Audio files are queued and waiting to load onto the GPU worker.running: Preprocessing (stem splitting and audio latent encoding) is currently active.completed: Audio features have been successfully computed and indexed. Candidates are now searchable.failed: Processing failed. Refer to theerrorfield for diagnosis.

