v1

latestOpenAPI 3.1.02026-07-24770322.0 KB

Retrieve Task Template

This API endpoint retrieves a specific task template by its id.

get/v1/task-templates/{id}

Path parameters

idstring required

The id of the task template to retrieve.

Response

200

createdDatestring
descriptionstring
idstring
namestring
objectstring

Example response

{
  "createdDate": "2025-05-06T15:22:37Z",
  "description": "Task template description",
  "id": "eddeb6a1-dfd7-4a60-9c8c-38ceed09bde9",
  "name": "Task template created as default",
  "object": "taskTemplate"
}