Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.coval.dev/v1/dashboards/{dashboard_id} \ --header 'X-API-Key: <api-key>'
{ "dashboard": { "name": "dashboards/abc123def456ghi789jklm", "create_time": "2025-10-14T12:00:00Z", "update_time": "2025-10-15T14:30:00Z", "display_name": "Production Metrics" } }
Retrieve a specific dashboard by ID.
API key for authentication
Dashboard resource ID (22-character ShortUUID)
Dashboard retrieved successfully
Dashboard resource
Show child attributes
Was this page helpful?