Skip to main content

Get Search Status

Check the execution state of a similarity search query and retrieve matches. This endpoint is completely free to poll and does not deduct balance.
  • /trace/v1/jobs/{job_id}

Path Parameters

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

Response

Status 200 OK (Completed 1:N Search)
Status 200 OK (Completed M:N Search)

Job States

  • pending: Job is queued and waiting for an available worker thread on the VM.
  • processing: Job is currently executing time-series alignment math.
  • completed: Job completed successfully. Scored matches are returned in the results object.
  • failed: An error occurred during matching. Details are available in the error field.