List traces
Authorization
BearerApiKey AuthorizationBearer <token>
API key from workspace settings
In: header
Query Parameters
limit?integer
Default
50offset?integer
Default
0status?string
ai_component?string
start_after?string
Format
date-timestart_before?string
Format
date-timeResponse Body
application/json
application/json
curl -X GET "https://loading/api/v1/traces"{
"data": [
{
"id": "string",
"traceId": "string",
"name": "string",
"status": "string",
"aiComponentId": "string",
"totalTokens": 0,
"totalCostUsd": 0,
"durationMs": 0,
"startTime": "string",
"endTime": "string"
}
]
}{
"error": "string"
}