Skip to main content
GET
/
v1
/
chats
/
{chat_id}
Get Chat By Id
curl --request GET \
  --url https://api.example.com/v1/chats/{chat_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

chat_id
string
required

Response

Successful Response