List workspaces
Workspaces
List workspaces
Retrieve a paginated list of workspaces for the authenticated company
GET
List workspaces
Documentation Index
Fetch the complete documentation index at: https://docs.firma.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Use your API key directly without any prefix (e.g., 'your-api-key'). Bearer prefix is optional but not required.
Query Parameters
Page number for pagination
Required range:
x >= 1Number of items per page
Required range:
1 <= x <= 200Filter by workspace name (partial match, case-insensitive)
Filter by protected status
Available options:
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
Available options:
name, protected, created_on Sort order
Available options:
asc, desc