Get Dashboard
Get Dashboard
Retrieve a specific dashboard with its widgets and layouts
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_1234567890abcdefstring
required
Your organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath 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 key403 Forbidden
Cause: The authenticated user is not a member of the organization404 Not Found
Cause: Dashboard does not exist or does not belong to your organizationRelated Endpoints
Update Dashboard
Modify dashboard widgets and layouts
List Dashboards
View all dashboards