Tasks (Legacy)

Get Task Version (Legacy)

Retrieves a specific version of a task, including the full code content.

If you are using the new Task Builder, see the Tasks V2 endpoints in this API reference.

get/v1/task/{taskId}/{taskVersion}

Path parameters

taskIdstring uuid required

The ID of the task

taskVersionstring required

The version to retrieve (draft, latest, or version number)

Response

Task version retrieved successfully

Changes