get-dataset-items
Fetch rows from an Actor run's dataset after completion, with filtering, field selection, and pagination for precise output.
Instructions
Get items (rows) from a dataset — the output/results produced by an Actor run. When the actor tool returns RUNNING, this fetches rows once terminal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| desc | No | If true, results are returned newest first. | |
| omit | No | Comma-separated list of fields to exclude. | |
| clean | No | If true, returns only non-empty items and skips hidden fields. | |
| limit | No | Maximum number of items to return. | |
| fields | No | Comma-separated list of fields to include (dot notation supported). | |
| offset | No | Number of items to skip at the start. | |
| flatten | No | Comma-separated list of fields to flatten. | |
| datasetId | Yes | Dataset ID or username~dataset-name. |