{ "name": "History", "description": "Paginated representation of a workflow history for a workflow execution. This is the up to date, complete and authoritative record of the events related to all tasks and events in the life of the workflow execution.", "type": "object", "properties": [ { "name": "events", "type": "string", "description": "", "required": true }, { "name": "nextPageToken", "type": "string", "description": "", "required": false } ] }