Get a single query trace by ID, with its one-hop neighborhood: the owning response trace and the retrieval traces that fed it, including their returned targets. Accepts both decision-trace ids and chat response-trace ids.

get/api/v1/{context_id}/traces/{trace_id}

Path parameters

context_idstring required

Spectron context id

trace_idstring required

Trace id

Response

cachedboolean required
createdAtstring required
idstring required
latencyMsinteger required
queryTextstring required
resolutionTierstring required
tierReasonstring required

Changes

Changed in 3 of the 5 revisions of this API.23

    • added the non-success response with the status 503

      response-non-success-status-added

    • added the optional property parent to the response with the 200 status

      response-optional-property-added

    • added the optional property retrievals to the response with the 200 status

      response-optional-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the optional property parent from the response with the 200 status

      response-optional-property-removed

    • removed the optional property retrievals from the response with the 200 status

      response-optional-property-removed

    This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog