List business lead records for current user
Lists leads visible to the current user with paging, sorting, filters, tags, and archive status for pipeline review.
Query Parameters
Controls whether lead queries return active, archived, or all leads.
Body
A token to cancel the operation.
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
Leads were successfully retrieved.
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.

