Last Actor task run's default key-value store
Download last task run's default store's records
Downloads all records from the default key-value store of the last Actor task run as a ZIP archive.
This endpoint is a shortcut for getting the last task run's defaultKeyValueStoreId and then using the Download records endpoint.
get/v2/actor-tasks/{actorTaskId}/runs/last/key-value-store/records
Path parameters
actorTaskIdstring required
Example:janedoe~my-task
Task ID or a tilde-separated owner's username and task's name.
Query parameters
statusstring
Example:SUCCEEDED
Filter for the run status.
origin'DEVELOPMENT' | 'WEB' | 'API' | 'SCHEDULER' | 'TEST' | 'WEBHOOK' | 'ACTOR' | 'CLI' | 'CI' | 'STANDBY' | 'MCP'
Filter for the run origin, i.e. the means by which the run was started.
collectionstring
Example:my-collection
If specified, only records belonging to a specific collection from the key-value store schema. The key-value store need to have a schema defined for this parameter to work.
prefixstring
Example:my-prefix/
If specified, only records whose key starts with the given prefix are included in the archive.
signaturestring
Example:2wTI46Bg8qWQrV7tavlPI
Signature used for the access.
Response
A ZIP archive containing the requested records.