Skip to main content
Returns the full details of a single actor. By default, {id} is treated as the MemoryLake actor ID. Set by_custom_id=true to look up the actor by its custom_id instead.
Permission required: actor:read

Path Parameters

id
string
required
Actor ID, or the actor’s custom_id when by_custom_id is true.

Query Parameters

by_custom_id
boolean
default:"false"
When true, the path parameter is interpreted as the actor’s custom_id rather than its MemoryLake ID.

Response

data
object