Contacts
Get Contact Variables
Returns all custom variables stored for a contact.
The id parameter is flexible — it can be a contact ID or a conversation ID
(the first participant contact will be resolved automatically). If omitted or unresolvable,
the executor falls back to the conversationid request header injected by the AI HTTP-tool
runner.
GET
/
contacts
/
variables
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
id
string
Contact ID or Conversation ID. Required unless the conversationid request header is present.
Response
200 - application/json
variables
object
Free-form key-value store for a contact. Keys starting with _ are reserved for internal
metadata. The special _sources key tracks the origin of each variable.
variableList
object[]
Formatted list of variables with source tracking.
Was this page helpful?

