cURL
curl --request GET \ --url https://api.usenotra.com/v1/chats/{chatId} \ --header 'Authorization: Bearer <token>'
{ "chat": { "chatId": "<string>", "title": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "pinnedAt": "<string>", "externalChannelId": { "id": "<string>" } }, "messages": [ "<unknown>" ] }
Documentation IndexFetch the complete documentation index at: https://docs.usenotra.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.usenotra.com/llms.txt
Use this file to discover all available pages before exploring further.
Send your API key in the Authorization header as Bearer API_KEY.
1
"chat_abc123"
Chat fetched successfully
Show child attributes
Was this page helpful?