---
title: "Get Communities"
method: GET
path: "/v1/communities"
tags: ["Communities"]
---

# Get Communities

`GET /v1/communities`

Get all communities, optionally filtered by digital human (test case).

## Query parameters

- `digital_human_id` integer, nullable

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- CommunitiesListResponse — Response model for listing communities
  - `communities` CommunityResponse[], required — List of communities
    - `id` string, required — Unique identifier for the community
    - `title` string, required — Title of the community
    - `description` string, nullable — Description of the community
    - `created_at` string, date-time, required — When this community was created
    - `digital_human_ids` integer[] — List of digital human (test case) IDs associated with this community
  - `total_count` integer, required — Total number of communities

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/revisions/f48cef80963f/schema)
