List Traces
lyzr_list_tracesRetrieve agent execution traces and filter them by time range, agent, session, user, or customer to track and analyze activity.
Instructions
List agent execution traces, optionally filtered by time range, agent, session, user, or customer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results (default 100) | |
| offset | No | Pagination offset (default 0) | |
| agent_id | No | Filter by agent ID | |
| end_time | No | Filter traces before this time (ISO 8601 date-time) | |
| trace_id | No | Filter by trace ID | |
| session_id | No | Filter by session ID | |
| start_time | No | Filter traces after this time (ISO 8601 date-time) | |
| customer_id | No | Filter by customer ID | |
| query_user_id | No | Filter by user ID |