Skip to main content

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

ParameterTypeRequiredDescription
job_idstringUnique job ID returned from POST /trace/v1/ingest/type*.

Response

Status 200 OK

Job 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 the error field for diagnosis.