List Traces
Retrieve threads with associated traces, filtered by application ID and optional date parameters.
Authorizations
Your unique Avido API key
Query Parameters
Number of items to skip (for pagination)
x >= 0
0
Number of items per page
1 <= x <= 100
25
Start date (ISO8601) for filtering traces.
"2025-01-09T14:47:56Z"
End date (ISO8601) for filtering traces.
"2025-01-09T14:47:56Z"
Filter by application ID
"789e4567-e89b-12d3-a456-426614174000"
Response
Unique Trace ID (UUID).
"123e4567-e89b-12d3-a456-426614174000"
ISO-8601 datetime when the trace was created.
"2025-01-05T12:34:56.789Z"
An optional reference ID to link the trace to an existing conversation or interaction in your own database.
"123e4567-e89b-12d3-a456-426614174000"
Arbitrary metadata (e.g., userId, source). String inputs are parsed as JSON or wrapped in { raw: val }.
{ "userId": "123", "source": "chatbot" }
The associated Test if this was triggered by an Avido eval
The steps associated with the trace.
Schema for LLM trace events.