Skip to main content
GET
/
insight
/
{rec_id}
/
chat
/
threads
Get Chat Threads
curl --request GET \
  --url https://api.example.com/insight/{rec_id}/chat/threads/ \
  --header 'Authorization: Bearer <token>'
{
  "threads": [
    {
      "thread_id": 123,
      "thread_name": "<string>",
      "message_count": 123,
      "last_message_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

rec_id
string<uuid>
required

Response

Successful Response

threads
ChatThreadResponse · object[]
required