gorelo_list_clients
Fetch a paginated list of clients for your service provider, sorted by ID. Narrow results using status, date, or search filters and browse with cursor-based pagination.
Instructions
List clients for the service provider, cursor-paginated, sorted by client id ascending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| cursor | No | Opaque pagination cursor from a previous page; omit for the first page. | |
| pageSize | No | Items per page, clamped 1-200 (default 50). | |
| statusIds | No | ||
| createdSince | No | ISO-8601 timestamp. | |
| updatedSince | No | ISO-8601 timestamp. | |
| createdBefore | No | ISO-8601 timestamp. | |
| updatedBefore | No | ISO-8601 timestamp. |