Skip to main content
GET
/
api
/
v1
/
evaluation-stages
List evaluation stages
curl --request GET \
  --url https://www.intervyo.ai/api/v1/evaluation-stages \
  --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.

Query Parameters

accountSlug
string

Team slug — required for session (cookie) auth

evaluationTemplateId
string<uuid>

Filter by parent template

page
integer

Page number (default: 1)

pageSize
integer

Items per page, max 100 (default: 20)

Response

Success

Last modified on June 3, 2026