Get task
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.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Response
DEPRECATED: Human readable display name for this task, should be short (<100 chars).
Any related Tasks associated with this, typically includes an assignee for this task and/or a parent.
If populated, indicates an initial set of entities that can be used to execute an entity aware task For example, an entity Objective, an entity Keep In Zone, etc. These will not be updated during execution. If a taskable agent needs continuous updates on the entities from the COP, can call entity-manager, or use an AlternateId escape hatch.