v1

latestSwagger 2.02026-07-17421084.8 KB
state

state/key/subkey

Get a single entry of an actor's state

The key/subkey entry of the state of the actor instance indicated by actorType and actorId will be returned as the response body. If there is no entry for key/subkey a 404 response will be returned unless the boolean query parameter nilOnAbsent is set to true, in which case a 200 reponse with a nil response body will be returned.

get/v1/actor/{actorType}/{actorId}/state/{key}/{subkey}

Path parameters

actorTypestring required

The actor type

actorIdstring required

The actor instance id

keystring required

The key

subkeystring required

The subkey