list_captures
List requests captured by a bin, oldest first. Compact summaries (id, method, path, time, content-type, body size, signature status). Use get_capture for full headers/body. Pass after (a capture id) to only see newer captures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bin | Yes | bin id (or custom slug) from create_bin | |
| after | No | only captures with id greater than this (default 0) | |
| limit | No | max results, 1-50 (default 20) |