action xtrf_get_by_external_id { label: "getByExternalId" provider: xtrf method: GET path: "/v2/jobs/for-external-id" encoding: json input: { type: "object" properties: { externalId: { type: "string" } externalProjectId: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }