Get report
get_reportThe finished report: summary over every page, a slice of the per-page results (offset and limit, default 1000 a call; nextOffset points at the next slice), and the plain-text report over that slice. Free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | ||
| limit | No | Page results to return (default 1000, at most 5000). | |
| offset | No | Index of the first page result to return (default 0). | |
| jobToken | Yes | The jobToken returned when the job was created. |