Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Start time in ISO 8601 format (e.g., 2025-03-12T00:00:09.872Z)
End time in ISO 8601 format (e.g., 2025-03-12T00:10:00.000Z)
Tracing project FQN (e.g., truefoundry:tracing-project:tfy-default)
Array of trace IDs to filter by
["traceid1", "traceid2"]
Array of span IDs to filter by
["spanId1", "spanId2"]
Array of parent span IDs to filter by
["parentSpanId1", "parentSpanId2"]
Array of subject types to filter by
["user", "virtualaccount"]
Array of subject slugs to filter by
["user@example.com", "service-account"]
Array of application names to filter by
["tfy-llm-gateway", "order-service"]
The maximum number of spans to return per page. Defaults to 200 if not provided.
200
Sort direction for results. Defaults to desc.
asc
, desc
"desc"
Base64 encoded page token for pagination
"eyJlbmRUaW1lIjoiMjAyNS0wMy0xMlQwMDoxMDowMC4wMDBaIiwidHJhY2VJZCI6IjEyMzQ1Njc4OTAifQ=="