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": [
      "<string>"
    ]
  }
}

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

teamId
number<double>

Optional team ID to filter workspaces

Required range: -1.7976931348623157e+308 <= x <= 1.7976931348623157e+308
projectId
string<uuid>

Optional project ID to filter workspaces

Response

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

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