action influxdata_get_orgs_idsecrets { label: "List all secret keys for an organization" provider: influxdata method: GET path: "/orgs/{orgID}/secrets" encoding: json input: { type: "object" properties: { orgID: { type: "string" } } required: ["orgID"] additionalProperties: false } output: { type: "object" } }