organizations_list
Retrieve paginated lists of organizations with filtering by user, filter ID, or first character. Sort results and set page size for efficient data access.
Instructions
List organizations with pagination support. Returns paginated list of organizations with filtering options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Field to sort by | |
| limit | No | Items per page (max 500) | |
| start | No | Pagination start | |
| user_id | No | Filter by user ID | |
| filter_id | No | Filter by filter ID | |
| first_char | No | Filter by first character of name |