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