Skip to main content
GET
Retrieve all Template details

Authorizations

x-api-key
string
header
required

Response

List of template details retrieved successfully

id
string<uuid>

Unique identifier for the template

Example:

"ff152cd9-efb6-4367-ae34-917f7c735f1d"

template_name
string

Name of the template

Example:

"Default Calling Template"

template_system_prompt
string

System prompt text used by the template

Example:

"You are a helpful AI assistant."

config
object

Settings and configuration for the template

knowledge_base
object[] | null

List of knowledge bases attached to this agent.

record
boolean

Whether the call should be recorded

Example:

true

is_active
boolean

Whether the record is be active or not

Example:

true

created_at
string<date-time>

Timestamp when the template was created

Example:

"2025-12-03T10:15:30.000Z"

updated_at
string<date-time>

Timestamp when the template was last updated

Example:

"2025-12-03T12:00:00.000Z"