cURL
curl --request GET \ --url https://api.example.com/v1/chats/{chat_id}
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Get a user’s chat given a chat ID
Successful Response