list-clients
Retrieve clients with optional filters: active status (0 archived, 1 active), pagination (page, per-page up to 200), and format (json or xml).
Instructions
List all clients with optional filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | No | Filter by active status (0=archived, 1=active) | |
| page | No | Page number for pagination | |
| per-page | No | Number of items per page (max 200) | |
| format | No | Response format - either "json" or "xml" | json |