GET
/
chats
/
by-group
[
  {
    "attributes": {
      "groups": [
        {
          "attributes": {
            "name": "<string>"
          },
          "id": "<string>",
          "type": "<string>"
        }
      ],
      "llm_id": 123,
      "llm_settings_id": 123,
      "name": "<string>"
    },
    "id": "<string>",
    "type": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Query Parameters

group_id
integer
required

Group ID

Response

OK

attributes
object
id
string
type
string