Skip to main content
GET
List dashboards in a workspace
After your organization migrates to v2 this lists the dashboards of the application the workspace became, in this endpoint’s response shape and with v1 IDs where one exists. Use the v2 equivalent instead. See Migrate from v1 to v2.

Authorizations

authorization
string
header
required

Query Parameters

apiKey
string

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: 1
organizationId
string

The ID of the organization. Required when using Supabase JWT authentication.

connectionId
string

The ID of the connection a guest has access to

workspaceId
string<uuid>
required

The ID of the workspace to list dashboards for

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-workspace-dashboards Positive response

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