get-dataset-list
Recover a lost run's output dataset ID by listing datasets on your account. Pass unnamed=true to include actor-run datasets, which are unnamed by default.
Instructions
List datasets on the account — locates a run's output dataset when its ID was lost. Actor runs produce unnamed datasets, so set unnamed=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| desc | No | If true, datasets are sorted by createdAt descending (newest first). | |
| limit | No | Maximum number of array elements to return. Default is 10. Maximum is 20. | |
| offset | No | Number of array elements that should be skipped at the start. Default is 0. | |
| unnamed | No | If true, all datasets are returned. Default is false (named datasets only) — actor runs produce unnamed datasets, so pass true here. |