Get multiple state items (PUT)
PUT/v1.0/state/:storeName/bulk
This endpoint lets you get multiple items from the state store.
Request
Path Parameters
storeName stringrequired
Query Parameters
metadata object
- application/json
Body
required
keys string[]required
parallelism integerrequired
Responses
- 200
- 400
- 500
Get state successful.
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
key string
value string
etag uuid
[
{
"key": "string",
"value": "string",
"etag": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]
State store is missing or misconfigured.
Get bulk state failed.
Loading...