cURL
curl --request GET \ --url https://api.example.com/api/search/threads \ --header 'Authorization: Bearer <token>'
{ "use_cases": {} }
Fetch all search threads for the authenticated user
Bearer token authentication. Format: 'Bearer '
x <= 100
Successful Response
Pydantic model for the response of the fetch all threads endpoint.
Show child attributes
Was this page helpful?