Skip to main content
GET
/
chat
/
threads
/
{id}
/
search
Error
A valid request URL is required to generate request examples
{
  "results": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "seq": 123,
      "author_id": "<string>",
      "author_type": "human",
      "content": "<string>",
      "headline": "<string>",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ],
  "query": "<string>",
  "total": 123
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Query Parameters

q
string
required

Response

Matching messages

results
object[]
query
string
total
integer