Search Inbox Chats
POST /inbox/chats/search
POST
/inbox/chats/search
Search and page the chat inbox.
A POST because the filter is a body, not because it writes anything.
exclude_tag_ids is the field that makes a Focused view work: the app
sends the archived / deleted / warmup / bounced tags there. Omit it and
those threads come back.
Authorizations
Parameters
Header Parameters
Request Body
Filter and page the chat inbox.
object
exclude_tag_ids
Any of:
Array<string>
null
page
integer
page_size
integer
sort_by
Field to sort by. See SortByField for the accepted values.
string
sort_order
string
tags
Any of:
Array<string>
null
Responses
200
Successful Response
object
data
required
A page of threads, or one thread, exactly as the inbox returns it.
object
items
Array<object>
object
key
additional properties
any
total
integer
key
additional properties
any
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string