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