Skip to main content
GET
Get Dashboard

Get Dashboard

Retrieve a specific dashboard by its ID, including all widgets and responsive grid layouts.

Request

Headers

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Path Parameters

string
required
UUID of the dashboardExample: "550e8400-e29b-41d4-a716-446655440000"

Response

Returns the dashboard object with HTTP 200.
string
Dashboard UUID
string
UUID of the project this dashboard belongs to
array
List of widget configurations
object
Responsive grid layouts with breakpoints: lg, md, sm, xs, xxs. Each contains an array of layout items with i (widget ID), x, y, w, h grid positions.
datetime
Creation timestamp (ISO 8601)
datetime | null
Last update timestamp (ISO 8601)

Example

Successful Response

Common Errors

401 Unauthorized

Cause: Missing or invalid API key

403 Forbidden

Cause: The authenticated user is not a member of the organization

404 Not Found

Cause: Dashboard does not exist or does not belong to your organization

Update Dashboard

Modify dashboard widgets and layouts

List Dashboards

View all dashboards