---
title: "Get group chat details"
method: GET
path: "/chat-app/chats/group/{chatId}"
tags: ["💬 Chat App"]
---

# Get group chat details

`GET /chat-app/chats/group/{chatId}`

This API endpoint allows developers to retrieve comprehensive information about a specific group chat.

This includes essential details such as the group's name, the total number of participants, and a detailed list of member profiles, providing a holistic overview of the group's composition.

By utilizing this endpoint, developers can seamlessly access and display key insights into group interactions.

## Response `200`

Get group chat details

- object
  - `data` object
    - `__v` number
    - `_id` string
    - `admin` string
    - `createdAt` string
    - `isGroupChat` boolean
    - `name` string
    - `participants` object[]
      - `__v` number
      - `_id` string
      - `avatar` object
        - `_id` string
        - `localPath` string
        - `url` string
      - `createdAt` string
      - `email` string
      - `isEmailVerified` boolean
      - `loginType` string
      - `role` string
      - `updatedAt` string
      - `username` string
    - `updatedAt` string
  - `message` string
  - `statusCode` number
  - `success` boolean

---

[API](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi.md) · [All operations](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hiteshchoudhary-ssesph/freeapi/revisions/a9f3a290e4dc/schema)
