GET
/
agents
/
{agentId}
/
export-template
curl --request GET \
  --url https://eu-voiceglow-runtime-vbmbkqccuq-ey.a.run.app/v3/agents/{agentId}/export-template \
  --header 'Authorization: Bearer <token>'
{
  "agentTemplate": {
    "name": "<string>",
    "description": "<string>",
    "nodes": [
      "<any>"
    ],
    "tools": [
      "<any>"
    ],
    "variables": [
      "<any>"
    ],
    "agentData": "<any>",
    "workspaceId": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agentId
string
required

Response

200
application/json
Successful response
agentTemplate
object
required