v1

latestOpenAPI 3.1.02026-08-0421263172.4 KB
tasks

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.

get/api/v1/tasks/{taskId}

Path parameters

taskIdstring required

ID of task to return

Headers

Authorizationstring required

Bearer authentication

Response

Task retrieval was successful.

displayNamestring

DEPRECATED: Human readable display name for this task, should be short (<100 chars).

lastUpdateTimestring date-time

Records the time of last update.

scheduledTimestring date-time

If the task has been scheduled to execute, what time it should execute at.

descriptionstring

Longer, free form human readable description of this task

isExecutedElsewhereboolean

If set, execution of this task is managed elsewhere, not by Task Manager. In other words, task manager will not attempt to update the assigned agent with execution instructions.

createTimestring date-time

Time of task creation.