curl --request GET \
--url https://api.cnap.tech/v1/dashboards/{id} \
--header 'Authorization: Bearer <token>'{
"id": "j572abc123def456",
"name": "Cluster Overview",
"description": "<string>",
"workspace_id": "<string>",
"widgets": [
{
"snippet_id": "<string>",
"col_span": 2,
"display_type": "table"
}
],
"created_by": "<string>",
"created_at": 123
}Returns a dashboard including its widget layout and snippet references.
curl --request GET \
--url https://api.cnap.tech/v1/dashboards/{id} \
--header 'Authorization: Bearer <token>'{
"id": "j572abc123def456",
"name": "Cluster Overview",
"description": "<string>",
"workspace_id": "<string>",
"widgets": [
{
"snippet_id": "<string>",
"col_span": 2,
"display_type": "table"
}
],
"created_by": "<string>",
"created_at": 123
}Personal Access Token (cnap_pat_...) or OAuth2 JWT. Create tokens at https://cnap.tech/account/tokens
Dashboard ID
Dashboard details
"j572abc123def456"
"Cluster Overview"
Optional dashboard description
Ordered list of widgets in the dashboard grid
Show child attributes
User ID of the dashboard creator
Unix timestamp (seconds)