v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14171791756.1 KB

Gets details about a specific task template in the specified Amazon Connect instance.

get/instance/{InstanceId}/task/template/{TaskTemplateId}

Path parameters

InstanceIdstring required

The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.

TaskTemplateIdstring required

A unique identifier for the task template.

Query parameters

snapshotVersionstring

The system generated version of a task template that is associated with a task, when the task is created.

Response

Success

InstanceIdstring

The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.

Idstring required

A unique identifier for the task template.

Arnstring required

The Amazon Resource Name (ARN).

Namestring required

The name of the task template.

Descriptionstring

The description of the task template.

ContactFlowIdstring

The identifier of the flow that runs by default when a task is created by referencing this template.

Status'ACTIVE' | 'INACTIVE'

Marks a template as <code>ACTIVE</code> or <code>INACTIVE</code> for a task to refer to it. Tasks can only be created from <code>ACTIVE</code> templates. If a template is marked as <code>INACTIVE</code>, then a task that refers to this template cannot be created.

LastModifiedTimestring date-time

The timestamp when the task template was last modified.

CreatedTimestring date-time

The timestamp when the task template was created.

Tagsobject

The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.