proxy_query_session
Filter and paginate indexed session exchanges by metadata such as URL, hostname, HTTP method, and status code. Does not search body content.
Instructions
Query indexed session exchanges by metadata (URL, hostname, method, status) with filters and pagination. Does NOT search body content — use proxy_search_session_bodies for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session ID | |
| limit | No | ||
| offset | No | ||
| sort | No | desc | |
| method | No | HTTP method filter | |
| hostname_contains | No | Filter by hostname substring | |
| url_contains | No | Filter by URL substring | |
| status_code | No | HTTP response status code filter | |
| from_ts | No | Unix ms lower-bound timestamp | |
| to_ts | No | Unix ms upper-bound timestamp | |
| text | No | Generic text filter |