Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
Query threads with aggregated statistics based on turn calls only.
Turn calls are the immediate children of thread contexts (where call.id == turn_id). This provides meaningful conversation-level statistics rather than including all nested implementation details.
The ID of the project
"my_entity/my_project"
Filter criteria for the threads query
Maximum number of threads to return
Number of threads to skip
Sorting criteria for the threads. Supported fields: 'thread_id', 'turn_count', 'start_time', 'last_updated', 'p50_turn_duration_ms', 'p99_turn_duration_ms'.
[
{
"direction": "desc",
"field": "last_updated"
}
]
Response
Successful Response
The response is of type any
.