Get Recent Threads

GET {{baseUrl}}/1/threads/recent?count=10&max_updated_usec=-51454198&include_hidden=true

Returns the most recent threads to have received messages, similar to the updates view in the Quip app. Results are returned in the same format as Get Thread.

Request Params

KeyDatatypeRequiredDescription
countnumberThe number of threads to return.
max_updated_usecnumberUNIX epoch timestamp. Searches only for threads that were last
updates before or at this timestamp.
include_hiddenbooleanIf true, response includes hidden threads.

RESPONSES

status: OK

{}