Get dataset items
get-dataset-itemsRetrieve paginated items from an Actor run's dataset using its ID. Optionally project only specific fields to reduce response size.
Instructions
Page through the results of a previous Actor run. Use the datasetId returned by call-actor. Use fields to project only the keys you need — this matters when items contain long text such as page content or job descriptions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| fields | No | Only return these top-level keys. | |
| offset | No | ||
| datasetId | Yes |