axiom.getDashboard retrieves a dashboard by stable UID. The result includes its current version, complete document, and update metadata.
automations/axiom-get-dashboard.automation.ts
Input
dashboardUid is required and selects the dashboard by its stable UID, not its internal resource ID.
Output
Returns the complete dashboard resource withid, uid, exact decimal version string, document, and creation and update metadata.
Permission and failures
The API token needs the organization-leveldashboards|read capability. Axiom returns 404 when the UID does not identify an accessible dashboard.