List all workspaces
Dashboard Management
List Workspaces
Lists all workspaces in your organization along with their primary dashboard information. Requires an Upsolve API key.
GET
List all workspaces
Authorizations
Query Parameters
Upsolve API key, generated under Account → Developer settings in the Upsolve Hub. Keys are user-scoped: pass organizationId alongside the key to select which org to act on.
Minimum string length:
1Example:
"up_embed_************"
GET /v1/api/dashboard/list-workspaces Parameter
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$Optional team ID to filter workspaces
Optional project ID to filter workspaces
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$