Docs
Trace Ingestion API

Trace Ingestion API

Submit trace records from applications, agents, and pipelines.

The Trace Ingestion API accepts execution payloads and enriches them for governance, verification, and audit workflows.


Endpoint

POST /v1/traces

Example request

{
  "model": "gpt-4o",
  "input": "Summarize this report",
  "workflow": "finance-review"
}

Captured metadata

  • prompts
  • responses
  • latency
  • token usage
  • workflow metadata
  • trace IDs

Response

{
  "trace_id": "tr_123",
  "status": "processed"
}