action contract_p_get_reports_resource { label: "Get all reports" description: "Return the list of reports\n\n**Permission required:** read_reports" provider: contract_p method: GET path: "/reports" encoding: json input: { type: "object" properties: { "X-Fields": { type: "string" format: "mask" } } additionalProperties: false } output: { type: "array" items: { type: "object" } } }