action xtrf_get_jobs_1 { label: "Returns list of jobs in a quote." description: "Returns list of jobs in a quote." provider: xtrf method: GET path: "/v2/quotes/{quoteId}/jobs" encoding: json input: { type: "object" properties: { quoteId: { type: "string" } } required: ["quoteId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }