Retrieve all workspaces in your organization with optional pagination support for efficient data retrieval.
"true" to enable pagination.Note: Query parameters are passed as strings. Use "true" or "false" (not boolean values)."true": Enable pagination with page-based retrieval (10 items per page)"false" (default): Return all workspaces in a single response"1", "2", "3").Note: This parameter is only used when isPagination is set to "true".null for successful requests.| Status Code | Description |
|---|---|
200 | OK - Workspaces retrieved successfully |
401 | Unauthorized - Invalid or missing API key |
500 | Internal Server Error - Server error occurred |
| Error Code | HTTP Status | Description | Solution |
|---|---|---|---|
INVALID_DATA_APP_API_KEY | 401 | Invalid API key | Verify your API key is correct and has proper permissions |
INTERNAL_SERVER_ERROR | 500 | Server error | Contact support if error persists |
How pagination works
isPagination is set to true:pageNumber=1)When to use pagination
Best practices
Implement pagination