Skip to main content
GET
https://api.usenotra.com
/
v1
/
chats
List chats
curl --request GET \
  --url https://api.usenotra.com/v1/chats \
  --header 'Authorization: Bearer <token>'
{
  "chats": [
    {
      "chatId": "<string>",
      "title": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "pinnedAt": "<string>",
      "externalChannelId": {
        "id": "<string>"
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.usenotra.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as Bearer API_KEY.

Response

Chats fetched successfully

chats
object[]
required
Last modified on May 20, 2026