Skip to main content
GET
Search messages across accessible threads.

Authorizations

Authorization
string
header
required

Bearer JWT token or API Key (sk-*).

Query Parameters

term
string

Full-text term matched against the current participant thread corpus.

Example:

"invoice failure"

skip
number

Number of search hits to skip before pagination starts.

Required range: x >= 0
Example:

0

take
number

Maximum number of search hits to return.

Required range: 1 <= x <= 200
Example:

20

Response

200

OK.

Last modified on September 5, 2026