---
title: "List Actors"
method: GET
path: "/actors"
tags: ["Actors"]
---

# List Actors

`GET /actors`

List all actors (users, agents, service accounts) for UI cache hydration.

## Query parameters

- `cursor` string, nullable
- `limit` integer

## Response `200`

Successful Response

- ActorListResponse — Paginated list of actors.
  - `data` ActorSummaryResponse[], required
    - `active` boolean, required
    - `actor_type` 'user' | 'agent' | 'service_account' | 'toolkit', required — Type of authenticated actor.
    - `created_at` string, date-time, required
    - `id` string, required
    - `name` string, required
  - `has_more` boolean, required
  - `next_cursor` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/jentic/apis/jentic-control-plane-api.md) · [All operations](https://skmtc.net/jentic/apis/jentic-control-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jentic/jentic-control-plane-api/revisions/4ccade8cfa18/schema)
