List Traces
GET/api/v1/traces/list
Retrieve traces with efficient filtering by ProjectId, BusinessId, and time range. If no timestamps are provided, defaults to last 15 minutes.
Query Parameters
project_id: string
Filter by project ID
formatuuid
end_timestamp: optional string
End timestamp for filtering (ISO format)
formatdate-time
limit: optional number
Maximum number of traces to return
maximum1000
minimum1
offset: optional number
Number of traces to skip
minimum0
root_only: optional boolean
Whether to only return root spans
start_timestamp: optional string
Start timestamp for filtering (ISO format)
formatdate-time
use_cache: optional boolean
workflow_name: optional string
Filter by workflow name
List Traces
curl http://api-staging.overmind.ai/api/v1/traces/list{}Returns Examples
{}