list_offices
List all offices in your organization with pagination, sorting, and date range filters. Filter by creation or update timestamps for precise results.
Instructions
List all offices in the organization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| limit | No | Items per page | |
| sort_by | No | Field to sort by (default: created_at) | |
| sort_order | No | Sort direction (default: desc) | |
| created_after | No | ISO 8601 datetime lower bound on created_at | |
| created_before | No | ISO 8601 datetime upper bound on created_at | |
| updated_after | No | ISO 8601 datetime lower bound on updated_at | |
| updated_before | No | ISO 8601 datetime upper bound on updated_at |