action influxdata_get_dashboards_id { label: "Retrieve a Dashboard" provider: influxdata method: GET path: "/dashboards/{dashboardID}" encoding: json input: { type: "object" properties: { dashboardID: { type: "string" } include: { type: "string" enum: ["properties"] } } required: ["dashboardID"] additionalProperties: false } output: { type: "object" } }