Skip to main content
GET
Get dashboard details

Authorizations

Authorization
string
header
required

workspace API token (sk_akua_...) or OAuth2 JWT. Create tokens at https://akua.dev/developers/api-tokens

Path Parameters

id
string
required

Dashboard ID

Required string length: 1 - 55

Response

Dashboard details

id
string
required
Example:

"j572abc123def456"

html_url
string<uri>
required

Absolute dashboard URL for this resource. OUTPUT_ONLY.

Maximum string length: 2048
Example:

"https://akua.dev/dashboards/dash_j572abc123def456"

name
string
required
Example:

"Cluster Overview"

description
string | null
required

Optional dashboard description

workspace_id
string
required
widgets
object[]
required

Output-only denormalized widget list for dashboard read models.

created_by
string
required

User ID of the dashboard creator

created_at
integer
required

Unix timestamp (seconds)

Required range: x >= 0
updated_at
integer
required

Unix timestamp (seconds)

Required range: x >= 0
etag
string
required