Retrieve a paginated list of workspaces for the authenticated company
API key for authentication. Use your API key directly without any prefix (e.g., 'your-api-key'). Bearer prefix is optional but not required.
Page number for pagination
x >= 1Number of items per page
1 <= x <= 200Filter by workspace name (partial match, case-insensitive)
Filter by protected status
0, 1, true, false Filter workspaces created after this date (ISO 8601 format)
Filter workspaces created before this date (ISO 8601 format)
Field to sort by
name, protected, created_on Sort order
asc, desc