# List actors

> Returns all actors the caller has access to. If projectId is provided, returns only actors in that project. project keys are scoped to a single project automatically. JWT users without projectId receive actors across all their accessible projects.

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"List actors"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/api/v1/actors"}
  context={"endpoint"}
>
  
</MethodEndpoint>

Returns all actors the caller has access to. If projectId is provided, returns only actors in that project. project keys are scoped to a single project automatically. JWT users without projectId receive actors across all their accessible projects.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails
  {...require("./list-actors.ParamsDetails.json")}
>
  
</ParamsDetails>

<RequestSchema
  {...require("./list-actors.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./list-actors.StatusCodes.json")}
>
  
</StatusCodes>
