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
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
UUID of the dashboardExample:
"550e8400-e29b-41d4-a716-446655440000"Response
Returns the dashboard object with HTTP 200.Dashboard UUID
UUID of the project this dashboard belongs to
List of widget configurations
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.Creation timestamp (ISO 8601)
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

