Skip to main content
GET
/
v1
/
api
/
dashboard
/
list-workspaces
List all workspaces
curl --request GET \
  --url 'https://api.upsolve.ai/v1/api/dashboard/list-workspaces?apiKey='
{
  "status": "<string>",
  "data": {
    "workspaces": [
      "<unknown>"
    ]
  }
}

Authorizations

apiKey
string
query
required

Query Parameters

apiKey
string

Upsolve API key, generated in the Deploy tab of the Upsolve Hub.

Minimum string length: 1
Example:

"up_admin_************"

organizationId
string<uuid>

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})$
teamId
number

Optional team ID to filter workspaces

projectId
string<uuid>

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})$

Response

GET /v1/api/dashboard/list-workspaces Positive response

status
string
required
Allowed value: "success"
data
object
required