action import_get_extractor_extractor_id_json_latest { label: "Get the latest crawl run results as json" provider: import method: GET path: "/extractor/{extractorId}/json/latest" encoding: json input: { type: "object" properties: { extractorId: { type: "string" } } required: ["extractorId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }