OpenPhn docs
Referencetemplates

List your templates

GET
/v1/templates

Response Body

application/json

curl -X GET "https://loading/v1/templates"
[
  {
    "name": "string",
    "description": "string",
    "objective": "string",
    "context": "string",
    "outcome_schema": {},
    "tools": [
      {}
    ],
    "consent_type": "prior_express",
    "voice_engine": "gemini_25",
    "language": "en-US",
    "id": "string",
    "created_at": "string"
  }
]