Skip to main content
GET
Get Variable Catalog

Overview

Dispositions are enabled per organization. If your organization does not have access, these endpoints return 404.
Lists the variables the agent extracts during calls that a disposition value can re-extract from the corrected post-call transcript, read from the agent’s most recently saved version. Only string, number, and boolean variables are included; json variables, and variables defined with conflicting prompts or types in different scenarios, are omitted. Entries are sorted by key, and the list is empty if the agent has no saved version.

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
The agent’s unique identifier. A malformed id returns 400 with the message agentId must be a valid UUID.

Response

array
Array of variable catalog entries.
null | array
null on success, or a list of error objects if the request failed.

Docs for agents: llms.txt