Skip to main content
GET
/
api
/
v1
/
evaluation-templates
/
{id}
Get evaluation template
curl --request GET \
  --url https://www.intervyo.ai/api/v1/evaluation-templates/{id} \
  --header 'x-api-key: <api-key>'
{
  "error": "<string>",
  "issues": [
    {}
  ]
}

Authorizations

x-api-key
string
header
required

API key with the iv_live_ prefix. Create one under Developer → API Keys.

Path Parameters

id
string<uuid>
required

id identifier

Response

Success

Last modified on June 3, 2026