---
title: "Get an iMessage group"
method: GET
path: "/v1/imessage/groups/{conversationId}"
tags: ["iMessage"]
---

# Get an iMessage group

`GET /v1/imessage/groups/{conversationId}`

The group's name, participants and channel as the provider currently sees them. The conversation must be a group thread of the given account.

## Path parameters

- `conversationId` string, required

## Query parameters

- `accountId` string, required

## Response `200`

Group details

- object
  - `success` boolean
  - `conversationId` string
  - `group` object
    - `id` string — Provider group id
    - `name` string, nullable
    - `participants` string[]
    - `channel` string, nullable
    - `createdAt` string, date-time, nullable

## Other responses

- `400` — Bad request, or the conversation is not a group thread
- `401` — Unauthorized
- `404` — Account or conversation not found

## Changes

- **2026-09-21** `339f59df69dd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/zernio/apis/zernio-api/changes/v1/imessage/groups/:conversationId/get.md)

---

[API](https://skmtc.dev/zernio/apis/zernio-api.md) · [All operations](https://skmtc.dev/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc.dev/zernio/apis/zernio-api/revisions/e0122970214f?raw)
