list-departments
Retrieve a paginated list of departments from float.com, with optional filtering by active status and page size control.
Instructions
List all departments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| active | No | Filter by active status (0=archived, 1=active) | |
| per-page | No | Number of items per page (max 200) |