arkime_session_pcap
Download and validate the raw PCAP for one Arkime session. Returns metadata without saving to disk; optionally get only the download URL.
Instructions
Download and validate the PCAP for one Arkime session.
Fetches the raw PCAP bytes, checks the file-magic (pcap/pcapng), and returns metadata only — nothing is persisted to disk, and the MCP response carries metadata rather than raw bytes. Set url_only=True to get just the download URL for very large sessions (no download).
Args: session_id: Arkime session id (from arkime_sessions results). url_only: If true, return the URL only and skip the download.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url_only | No | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |