---
title: "GET /actors"
method: GET
path: "/actors"
---

# GET /actors

`GET /actors`

## Query parameters

- `name` string
- `actor_ids` string
- `key` string

## Response `200`

Success

- object
  - `actors` object[], required
    - `actor_id` string, required
    - `name` string, required
    - `key` string, required
    - `namespace_id` string, required
    - `runner_name_selector` string, required
    - `create_ts` number, required
    - `connectable_ts` number, nullable
    - `destroy_ts` number, nullable
    - `sleep_ts` number, nullable
    - `start_ts` number, nullable
    - `error` unknown

## Other responses

- `400` — User error
- `500` — Internal error

## Changes

- **2026-01-17** `1821b8e7ca0d` — 1 breaking, 1 info
  - the response property `actors/items/error` became nullable for the status `200`
  - removed `subschema #1, subschema #2, subschema #3, subschema #4` from the `actors/items/error` response property `anyOf` list for the response status `200`
- **2026-01-08** `c0cac9e14ce5` — 1 info
  - added the optional property `actors/items/error` to the response with the `200` status
- **2025-10-22** `debdae6b1f30` — 1 warning
  - removed the optional property `actors/items/error` from the response with the `200` status

[Change history](https://skmtc.dev/rivet-dev/apis/rivetkit-api/changes/actors/get.md)

---

[API](https://skmtc.dev/rivet-dev/apis/rivetkit-api.md) · [All operations](https://skmtc.dev/rivet-dev/apis/rivetkit-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rivet-dev/rivetkit-api/revisions/987a66002b58/schema)
