Skip to main content
POST
/
groupChat
/
listGroupChats
List group chats
curl --request POST \
  --url http://api.superwize.ai/api/groupChat/listGroupChats \
  --header 'Content-Type: application/json' \
  --data '{}'
[
  {
    "id": "obj_01JHKZ0PV2WX123456789",
    "name": "Primary Key",
    "creatorId": "obj_01JHKZ0PV2WX123456789",
    "conversationId": "conv_01JHKYW2V8XQ123456789",
    "createdAt": "2026-01-01T00:00:00.000Z",
    "updatedAt": "2026-01-01T00:00:00.000Z",
    "intelligentResponses": true,
    "memberCount": 3
  }
]

Body

application/json

The body is of type object.

Response

Group chats returned.

id
string
required
name
string
required
creatorId
string
required
conversationId
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
intelligentResponses
boolean
required
memberCount
number
required