Skip to main content

Get Trace Enrichment Status

GET 

/datasets/:dataset_id/versions/:version_id/trace-enrichment

Return the latest trace_enrichment status projection for a dataset version.

trace_enrichment is triggered automatically as part of landing agent-trace datasets, so this is a status read rather than something the caller starts. The status is one of not-started, pending, completed, or failed, and a completed projection also records which measurement versions produced it — comparing those against the measurements currently registered is how a caller tells a stale enrichment apart from a current one. Valid for any dataset version, not only agent-trace ones, but a version whose schema never runs trace_enrichment simply stays not-started forever.

Request​

Responses​

Successful Response