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