Overview
Thefetch_organizations function retrieves a list of organizations with optional filtering and pagination support.
Function Signature
Parameters
Optional configuration for filtering and pagination:
page: Page number for pagination (optional)per_page: Number of results per page (optional)search: Search query to filter organizations (optional)
Return Value
ReturnsResult<OrganizationListResponse> containing:
data: Vector ofOrganizationobjectshas_more: Boolean indicating if more results are available
Basic Usage
Advanced Usage
Error Handling
Rate Limits
- List operations: 100 requests per minute
- Burst limit: 10 requests per second
Related Functions
- create_organization - Create a new organization
- fetch_organization - Get organization by ID
- update_organization - Update organization details
- delete_organization - Delete organization
