Last run - Introduction
The API endpoints in this section let you retrieve and manage the last run of a given Actor and its default storages (dataset, key-value store, request queue, log).
Get last run
/acts/{actorId}/runs/lastGet log for last run
/acts/{actorId}/runs/last/logGet dataset for last run
/acts/{actorId}/runs/last/datasetGet dataset items for last run
/acts/{actorId}/runs/last/dataset/itemsPush items to dataset for last run
/acts/{actorId}/runs/last/dataset/itemsGet key-value store for last run
/acts/{actorId}/runs/last/key-value-storeGet key-value store keys for last run
/acts/{actorId}/runs/last/key-value-store/keysGet record from key-value store of last run
/acts/{actorId}/runs/last/key-value-store/records/{recordKey}Put record in key-value store of last run
/acts/{actorId}/runs/last/key-value-store/records/{recordKey}Get request queue for last run
/acts/{actorId}/runs/last/request-queueList requests in queue for last run
/acts/{actorId}/runs/last/request-queue/requestsAdd request to queue for last run
/acts/{actorId}/runs/last/request-queue/requestsGet request from queue for last run
/acts/{actorId}/runs/last/request-queue/requests/{requestId}Get queue head for last run
/acts/{actorId}/runs/last/request-queue/headAbort last run
/acts/{actorId}/runs/last/abortMetamorph last run
/acts/{actorId}/runs/last/metamorphReboot last run
/acts/{actorId}/runs/last/reboot