Skip to main content

Get Comprehensive Search Status

Check the status and fetch results for a Comprehensive Search similarity search job. This endpoint is completely free to poll and does not deduct balance.
  • /trace/v1/comprehensive1/jobs/{job_id}

Path Parameters

ParameterTypeRequiredDescription
job_idstringUnique job ID returned from a Comprehensive Search POST request.

Response Examples


Job States

  • pending: Job is queued and waiting for an available worker thread on the GPU pool.
  • processing: Job is active, running stem extraction, audio encoding, and sequence alignments.
  • completed: Job completed successfully. All metric breakdowns, ranked lists, and summaries are available.
  • failed: An error occurred during processing or alignment. Look in the error field of the payload for diagnostic details.