GetTask
Get an existing Task.
GetTaskRequest
Request
This endpoint expects an object.
task_id
ID of Task to get.
definition_version
Optional - if > 0, will get specific definition_version, otherwise latest (highest) definition_version is used.
task_view
Optional - select which view of the task to fetch. If not set, defaults to TASK_VIEW_MANAGER.
Allowed values:
GetTaskResponse
Response
This endpoint returns an object.
task
Task that was returned.