When trace_id is provided, returns the full trace with all spans. Otherwise returns a paginated list of trace summaries with optional filters. Requires read scope.
curl --request POST \
--url https://api.svantic.com/telemetry/get_traces \
--header 'Content-Type: application/json' \
--data '
{
"trace_id": "string",
"page": 1,
"page_size": 25,
"session_id": "string",
"status": "string",
"has_plan": true
}
'{
"ok": true,
"count": 0,
"page": 0,
"page_size": 0,
"traces": [
{
"trace_id": "string",
"session_id": "string",
"tenant_id": "string",
"root_agent": "string",
"status": "string",
"started_at": "2026-03-31T12:00:00.000Z",
"ended_at": "2026-03-31T12:00:00.000Z",
"duration_ms": 0,
"span_count": 0
}
],
"trace": {
"example_key": "example_value"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.svantic.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://api.svantic.com/telemetry/get_traces \
--header 'Content-Type: application/json' \
--data '
{
"trace_id": "string",
"page": 1,
"page_size": 25,
"session_id": "string",
"status": "string",
"has_plan": true
}
'{
"ok": true,
"count": 0,
"page": 0,
"page_size": 0,
"traces": [
{
"trace_id": "string",
"session_id": "string",
"tenant_id": "string",
"root_agent": "string",
"status": "string",
"started_at": "2026-03-31T12:00:00.000Z",
"ended_at": "2026-03-31T12:00:00.000Z",
"duration_ms": 0,
"span_count": 0
}
],
"trace": {
"example_key": "example_value"
}
}