List current user's inbox conversations
Lists the current user’s lead conversations with paging and sorting for inbox views, recent follow-up, and communication history.
Authorizations
Authorization header using the Bearer scheme. Accepted values are Leadping user JWT access tokens and WorkOS organization API keys beginning with sk_.
Query Parameters
Optional filter selecting active, archived, or all lead conversations.
Body
Pagination, filtering, and sorting options for the inbox.
Defines cursor pagination, sorting, search, exact-match filters, and range filters for a structured API query.
Maximum number of items requested for one page; the server may enforce a lower maximum or apply a default.
Opaque cursor returned by the previous paged response; omit it when requesting the first page and do not parse or modify it.
Sort instructions applied in priority order, with the first entry acting as the primary sort.
Whether the response should include the total number of matching records; counting may increase query cost or latency.
Free-text search term applied to the configured SearchFields.
Serializable string field names searched for Search; supported names are determined by the queried resource.
Exact-match conditions that require each named field to equal its supplied value.
Range conditions that constrain comparable fields with inclusive or exclusive lower and upper bounds.
Response
Returns the paged conversation response.
Returns one page of query results together with page-size, optional total-count, and opaque continuation-cursor metadata.
Items included in the current page, in the order determined by the query.
Effective page-size limit used for this response, which may differ from the requested size because of server defaults or limits.
Total number of records matching the query across all pages, or null when counting was not requested or computed.
Opaque cursor for requesting the next page, or null when no additional page is available; clients must not parse or modify it.

