Get an actor
GET/v1/projects/:project_id/actors/:actor_id
Returns one actor. An actor belonging to another project responds 404, not 403 — the API never confirms that an id exists elsewhere.
Request
Responses
- 200
- 401
- 404
- 502
The actor.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The upstream runtime could not complete the operation.