GetTask
GetTaskRequest
If set to a number greater than zero, retrieves specific definition_version, otherwise retrieves the latest definition_version.
Optional - select which view of the task to fetch. If not set, defaults to TASK_VIEW_MANAGER.
If set to a number greater than zero, retrieves specific definition_version, otherwise retrieves the latest definition_version.
Optional - select which view of the task to fetch. If not set, defaults to TASK_VIEW_MANAGER.
Retrieves a specific Task by its ID, with options to select a particular task version or view.
This method returns detailed information about a task including its current status, specification, relations, and other metadata. The response includes the complete Task object with all associated fields.
By default, the method returns the latest definition version of the task from the manager’s perspective. The definition_version parameter allows retrieving a specific historical version, while the task_view parameter controls whether to show the task from the manager’s or agent’s perspective.