List Dashboards
List Dashboards
List all dashboards for your organization, including shared parent dashboards
GET
List Dashboards
List Dashboards
Retrieve all dashboards for the current organization. If your organization is a child in a group hierarchy, dashboards shared by parent organizations are also included.Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faResponse
Returns a list of dashboard objects with HTTP 200. Each item contains:Dashboard UUID
UUID of the project this dashboard belongs to
List of widget configurations
Responsive grid layouts with breakpoints:
lg, md, sm, xs, xxsCreation timestamp (ISO 8601)
Last update timestamp (ISO 8601)
Example
Successful Response
Response Fields
| Field | Type | Description |
|---|---|---|
id | UUID | Dashboard identifier |
project_id | UUID | Associated project |
widgets | array | List of widget configurations |
layouts | object | Responsive grid layouts per breakpoint |
created_at | datetime | Creation timestamp |
updated_at | datetime | Last modification timestamp |
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organizationRelated Endpoints
Get Dashboard
Get a specific dashboard by ID
Create Dashboard
Create a new dashboard

