action truora_get_pdf { label: "Get PDF" description: "Downloads the PDF in the specified language, Spanish by default." provider: truora method: GET path: "/v1/checks/{check_id}/pdf" encoding: json input: { type: "object" properties: { check_id: { type: "string" } lang: { type: "string" } } required: ["check_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }