action xtrf_get_file_by_id_2 { label: "Returns details of a file." description: "Returns details of a file." provider: xtrf method: GET path: "/v2/projects/files/{fileId}" encoding: json input: { type: "object" properties: { fileId: { type: "string" } } required: ["fileId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }