Get threads

Returns all threads.

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
threadslist of objects
total_countinteger

Errors

400
Bad Request Error
500
Internal Server Error