Page aggregate records of a search job (primitive)
sumo_get_recordsRetrieve paged records from an aggregate Sumo Logic search job. Specify job ID, offset, and limit to get results in text or NDJSON format.
Instructions
Pages records of an AGGREGATE search job (non-aggregate jobs 400 — use sumo_get_messages). Page size max 10000.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Search job id. | |
| limit | No | Page size (default 100). | |
| format | No | Output mode (default text). | |
| offset | No | Start offset (default 0). |