Page aggregate records of a search job (primitive)
sumo_get_recordsRetrieve paged records from an aggregate Sumo Logic search job. Specify job ID, page size up to 10000, offset, and output format (text or ndjson).
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). |