get_packets
Read a page of packets from a stream. Use to scroll through large network traffic streams by setting the starting packet ID from a previous page.
Instructions
Read a page of packets from a stream.
Use this instead of get_stream when a stream is too large or you need to
scroll past the first page. Set starting_from to a packet id (returned in
the previous page) to continue scrolling.
Returns {packets: [<metadata>], content: <formatted string>}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stream_id | Yes | ||
| starting_from | No | ||
| page_size | No | ||
| content_format | No | transcript | |
| max_bytes_per_packet | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||