List inbox conversations for a lead
Lists conversations for one lead, helping users inspect communication threads, recent follow-up, and related activity.
Path Parameters
The lead ID to get conversations for.
Body
Cancellation token.
Options for flexible, efficient, and explicit querying in Cosmos DB or similar repositories.
Maximum items to return in one page
^-?(?:0|[1-9]\d*)$Opaque Cosmos DB continuation token. ‑ on the first request. ‑ Client must echo back the NextToken it received from the previous page.
List of sort instructions, in priority order.
Whether to include the total count in the response (for pagination).
The search term to filter results (applied to ).
The list of fields to apply the Search term to (must be string properties).
Key-value exact match filters (e.g., Status = Active).
Advanced range-based filters (e.g., Price > 50 and Price <= 200).
Response
Returns the paged conversation response.
A generic container for paginated results returned to the client.
The subset of items returned for the current page.
The number of items returned per page in the response. This may reflect the client's requested page size, or a server-defined default or limit.
^-?(?:0|[1-9]\d*)$The total number of items that match the query across all pages. May be null if the count is not computed or not applicable (e.g., in continuation-based pagination).
^-?(?:0|[1-9]\d*)$Opaque storage continuation token. ‑ null → the current page was the last page.

