Fetch cost traces for an organization
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
limit
Maximum number of traces to return (1-1000)
offset
Number of traces to skip for pagination
startTime
Filter traces starting from this time (ISO 8601 format)
endTime
Filter traces up to this time (ISO 8601 format)
externalCustomerId
Filter traces by external customer ID
externalAgentId
Filter traces by external agent ID
metadata
Filter traces by metadata fields. Must be a valid JSON object (e.g., {“key1”:“value1”,“key2”:“value2”}). All specified fields must match (AND logic).
Response
Success response
traces
meta
Pagination metadata for cost traces