--from <str> | Range start: an ISO instant or a relative token (30d). |
--to <str> | Range end: an ISO instant or a relative token. |
--status <str> | Filter: ‘error’ or ‘success’. |
--sort <str> | Sort field: createdAt, cost, latencyMs, totalTokens. |
--dir <str> | Sort direction: asc or desc. |
--page <int> | Page number (1-based). |
--page-size <int> | Rows per page. |
--export | Download the filtered list instead of paging it. (default: False) |
--format <str> | Export format: csv or json (only with —export). (default: csv) |
--user <str> | Filter: runs stamped with this user identity. |
--session <str> | Filter: runs stamped with this session identity. |
--version <str> | Filter: runs stamped with this trace version dimension. |
--json / --no-json | Emit raw JSON instead of human tables. |