Skip to main content
GET
/
api
/
search
/
threads
Fetch threads
curl --request GET \
  --url https://api.example.com/api/search/threads \
  --header 'Authorization: Bearer <token>'
{
  "use_cases": {}
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Query Parameters

page_size
integer | null
Required range: x <= 100
last_chat_id
string | null
only_include_use_case_id
string | null
must_include_thread_id
string | null

Response

Successful Response

Pydantic model for the response of the fetch all threads endpoint.

use_cases
Use Cases · object
required