Skip to main content
axiom.listDashboards lists dashboards visible to the token. Each resource includes stable UID, version, ownership metadata, and the complete document.
automations/axiom-list-dashboards.automation.ts

Inputs

limit is an optional positive page size. offset is an optional non-negative page offset. Automate.ax supplies no pagination defaults, so Axiom applies its service defaults when either value is omitted.

Output

Returns one array page of dashboard resources. Each item includes id, stable uid, exact decimal version string, the complete document, and creation and update metadata. No visible dashboards in the page returns [].

Permission and failures

The API token needs the organization-level dashboards|read capability. Axiom limits results to dashboards the token can access and returns authentication or authorization failures as action errors.