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

page
integer

Page number (default: 1)

pageSize
integer

Items per page (default: 20)

scope
string

Set to "public" to return all public profiles across all accounts

Response

Success

Last modified on June 3, 2026