proxy_query_session
Filter and paginate captured HTTP session exchanges by metadata such as URL, hostname, method, or status code. Use when you need to locate specific requests without searching 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 |
|---|---|---|---|
| sort | No | desc | |
| text | No | Generic text filter | |
| limit | No | ||
| to_ts | No | Unix ms upper-bound timestamp | |
| method | No | HTTP method filter | |
| offset | No | ||
| from_ts | No | Unix ms lower-bound timestamp | |
| session_id | Yes | Session ID | |
| status_code | No | HTTP response status code filter | |
| url_contains | No | Filter by URL substring | |
| hostname_contains | No | Filter by hostname substring |