capture_get
Read-only single-capture detail. Wraps GET /api/captures/{id}. If the capture is still active (status=starting|running) the upstream endpoint refreshes status from netmond's IPC before responding, so packets/bytes counters are live.
Returns the same row shape as capture_list rows, plus freshly-refreshed counters when applicable.
Read-only is deliberate. capture_stop / capture_delete / capture_download are NOT wrapped. The chunks endpoint (GET /api/captures/{id}/chunks) is also not wrapped — pcapng bytes are an extcap-shaped payload, not an LLM-shaped one.
Permission: capture. Example: capture_get({id: 17})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Capture id (captures.id). |