action xtrf_get_file_by_id_1 { label: "Returns details for a job." description: "Returns details for a job." provider: xtrf method: GET path: "/v2/jobs/{jobId}" encoding: json input: { type: "object" properties: { jobId: { type: "string" } } required: ["jobId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }