v1
latestSwagger 2.02026-07-17421084.8 KBstate
state/key
Get a single entry of an actor's state
The key 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 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}
Path parameters
actorTypestring required
The actor type
actorIdstring required
The actor instance id
keystring required
The key
Query parameters
nilOnAbsentboolean
Replace a REST-style 404 response with a 200 and nil response body when the requested key is not found.