Skip to main content
GET
/
v1
/
api
/
dashboard
/
list-workspace-dashboards
List dashboards in a workspace
curl --request GET \
  --url https://api.upsolve.ai/v1/api/dashboard/list-workspace-dashboards \
  --header 'authorization: <api-key>'
{
  "status": "<string>",
  "data": {
    "dashboards": [
      {
        "id": "<string>",
        "name": "<string>",
        "tenantId": "<string>",
        "ownerProjectUserId": "<string>",
        "createdAt": "<string>",
        "updatedAt": "<string>"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.upsolve.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

authorization
string
header
required

Query Parameters

apiKey
string

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

Minimum string length: 1
organizationId
string<uuid>

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

Response

GET /v1/api/dashboard/list-workspace-dashboards Positive response

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