action cnab_online_get_file_file_id { label: "Retorna as informações básicas de um arquivo previamente processado" provider: cnab_online method: GET path: "/file/{fileId}" encoding: json input: { type: "object" properties: { fileId: { type: "string" } } required: ["fileId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }