listContacts
listContactsRetrieve a paginated list of contacts from Zenskar, with sorting and pagination options to manage large datasets.
Instructions
Retrieve a paginated list of contacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | The cursor for pagination. | |
| limit | No | Maximum number of contacts to return per page (defaults to 10). | |
| sort_key | No | Key to sort the results by (e.g., 'id'). | |
| sort_type | No | Sort order type (e.g., 'asc'). | |
| __userContext | No | Internal user context for multi-tenant authentication and approval workflow |