get-key-value-store-keys
Retrieve keys from a key-value store with pagination to locate run status markers such as ORDER_SUMMARY, DEDUP_UPDATE, and STATUS.
Instructions
List the keys in a key-value store with pagination — for this actor's runs, look for ORDER_SUMMARY, DEDUP_UPDATE and STATUS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of keys to be returned. Maximum is 10. | |
| keyValueStoreId | Yes | Key-value store ID or username~store-name. | |
| exclusiveStartKey | No | All keys up to this one (including) are skipped from the result. |