export_objects
List exportable objects from PCAP files by type. Each object includes a download token for retrieving raw content. Supports types: http, dicom, smb, tftp, imf, ftp-data. Scan once, results cached for pagination.
Instructions
List exportable objects of the given type found in the capture.
Each returned object includes a _download token that can be passed to
download_object to retrieve the raw content. Supported types:
http, dicom, smb, tftp, imf, ftp-data.
The PCAP is scanned only on the first call for a given type; subsequent pages are served from cache.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | Yes | ||
| type | No | http | |
| skip | No | ||
| limit | No |