---
title: "Get Character Deployments"
method: GET
path: "/characters/{character_id}/deployments"
tags: ["characters"]
---

# Get Character Deployments

`GET /characters/{character_id}/deployments`

List all active channel deployments for a character.

## Path parameters

- `character_id` string, uuid, required

## Response `200`

Successful Response

- DeploymentStatus[]
  - `channel_id` string, required
  - `channel_type` string, required
  - `is_active` boolean, required
  - `message_count` integer, required
  - `last_message_at` string, date-time, nullable
  - `bot_username` string, nullable
  - `bot_link` string, nullable
  - `invite_url` string, nullable
  - `application_id` string, nullable
  - `is_bot_running` boolean, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
