Lists task templates for the specified Amazon Connect instance.
get/instance/{InstanceId}/task/template
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.
Query parameters
nextTokenstring
<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p> <important> <p>It is not expected that you set this because the value returned in the previous response is always null.</p> </important>
maxResultsinteger
<p>The maximum number of results to return per page.</p> <important> <p>It is not expected that you set this.</p> </important>
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.
namestring
The name of the task template.
MaxResultsstring
Pagination limit
NextTokenstring
Pagination token
Response
Success