action xtrf_get_dates_3 { label: "Returns dates of a given task." description: "Returns dates of a given task." provider: xtrf method: GET path: "/tasks/{taskId}/dates" encoding: json input: { type: "object" properties: { taskId: { type: "string" } } required: ["taskId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }