List network events
List captured HTTP traffic with filtering, sorting, and pagination. Supports HTTPQL queries, time range filtering, and field selection. Pass show_stats=true to get statistics instead of events.
Authorizations
JWT authentication token
Query Parameters
Filter by task ID (omit for all tasks)
Filter by tool name (curl, python, browser)
Filter by request host
Filter by request path
Filter by HTTP method
Minimum response status code
100 <= x <= 599Maximum response status code
100 <= x <= 599Filter by event source type
script, cli, browser Only events after this timestamp (RFC 3339)
Only events before this timestamp (RFC 3339)
Substring search across full URL
HTTPQL query (Caido-compatible syntax with neo.* extensions)
Page number
x >= 1Results per page
1 <= x <= 100Sort field
timestamp, captured_at Sort order
asc, desc Return statistics instead of events
true Comma-separated list of fields to return

