cURL
curl --request GET \ --url http://localhost:8080/api/v1/chats/by-group \ --header 'Authorization: <api-key>'
[ { "attributes": { "groups": [ { "attributes": { "name": "<string>" }, "id": "<string>", "type": "<string>" } ], "llm_id": 123, "llm_settings_id": 123, "name": "<string>" }, "id": "<string>", "type": "<string>" } ]
Get a list of chats associated with a specific group
Group ID
OK
Show child attributes
Was this page helpful?