Skip to main content
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

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

Response

Returns a list of dashboard objects with HTTP 200. Each item contains:
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
datetime
Creation timestamp (ISO 8601)
datetime | null
Last update timestamp (ISO 8601)

Example

Successful Response

Response Fields

Common Errors

401 Unauthorized

Cause: Missing or invalid API key

403 Forbidden

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

Get Dashboard

Get a specific dashboard by ID

Create Dashboard

Create a new dashboard