get-actor-run-list
Retrieve past Actor runs sorted newest first with desc=true, enabling recovery when a previous call times out. Returned run IDs connect to dataset and key-value store IDs for resuming.
Instructions
List Actor runs for the authenticated user, newest first with desc=true — the recovery entry point when a previous actor-tool call was lost to a client timeout. Account-wide (there is no per-actor filter): match entries on their actId if the account runs other actors too. Each entry's id field is the runId the companion tools take, and entries also carry defaultDatasetId and defaultKeyValueStoreId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| desc | No | If true, runs are sorted by startedAt descending (newest first). | |
| limit | No | Maximum number of array elements to return. The default value (as well as the maximum) is 10. | |
| offset | No | Number of array elements that should be skipped at the start. The default value is 0. | |
| status | No | Return only runs with the provided status. |