Skip to main content

Get state item

GET 

/v1.0/state/:storeName/:key

This endpoint lets you get an item from the state store.

Request

Path Parameters

    storeName stringrequired

    Possible values: Value must match regular expression ^[a-zA-Z0-9_-]+$

    key stringrequired

    Possible values: Value must match regular expression ^[a-zA-Z0-9_-]+$

Query Parameters

    consistency string

    Possible values: [strong, eventual]

    metadata object

Responses

OK

Response Headers

  • etag

    string

    The ETag of the state item.

Schema

    key string
    value string
    etag uuid
Loading...