List Inbox
GET /inbox
List inbox threads across email, SMS, and LinkedIn channels.
status accepts SENT, AI_RESPONDED or DRAFT (case-insensitive)
and is forwarded to the channel handler; an unknown value returns 422.
CAVEAT — assignee: this cannot filter by an arbitrary email in this
layer. ChannelsService.get_channels only exposes assigned_to_me (a
boolean bound to the caller’s identity), so the value is used purely as a
trigger to return the caller’s own assigned threads — NOT threads assigned
to the requested email. For an org (machine) API key the caller identity is
the synthetic [email protected], which owns no threads, so the result
is effectively empty. A true per-assignee filter needs an assignee_email
field on the shared ChannelRequest (out of scope for the dev-API layer).
Authorizations
Parameters
Query Parameters
Page number
Page number
Items per page
Items per page
Header Parameters
Responses
200
Successful Response
object
object
object
object
422
Validation Error