Skip to main content
GET
/
common
/
chats
/
{id}
/
defaults
Error
A valid request URL is required to generate request examples
{
  "attributes": {
    "default_data_source": {
      "id": 123,
      "name": "<string>"
    },
    "default_tools": [
      {
        "id": 123,
        "name": "<string>"
      }
    ],
    "name": "<string>",
    "rag_results_per_source": 123,
    "supports_tools": true
  },
  "id": "<string>",
  "type": "<string>"
}

Path Parameters

id
integer
required

Chat ID

Response

OK

attributes
object
id
string
type
string