action watchful_get_audits { label: "Get a list of audits" description: "Returns a list of audits" provider: watchful method: GET path: "/audits" encoding: json input: { type: "object" properties: { limit: { type: "string" } limitstart: { type: "string" } order: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }