Get threads

Returns all threads.

Headers

AuthorizationstringRequired

Header authentication of the form Api-Key <token>

Query parameters

page_numberintegerOptional
Page number for pagination, starting from 1
page_sizeintegerOptional
Number of threads to retrieve per page.
order_bystringOptional

Field to order the results by: created_at, updated_at, user_id, thread_id.

ascbooleanOptional

Order direction: true for ascending, false for descending.

Response

List of threads
response_countinteger or null
threadlist of objects or null
total_countinteger or null

Errors