Fetch Slice
fetch_sliceRetrieve a specific window of results from a completed job using filters, field selection, and pagination. Use this to sample or page through large result sets instead of fetching all rows.
Instructions
Pull one window of a job's result instead of the whole set. path=dotted path into the result, where=regex filter, fields=keys to keep. Use this rather than job_fetch whenever a scan produced many rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| limit | No | ||
| where | No | ||
| fields | No | ||
| job_id | Yes | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||