For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Login
HomeDocsAPI ReferenceMCP ServerChat SDKsRelease Notes
HomeDocsAPI ReferenceMCP ServerChat SDKsRelease Notes
  • Introduction
    • Overview
    • Authentication
    • Versioning
    • Limits
    • Pagination
    • Errors
    • Migrate to V2
    • Changelog
  • Knowledge
    • Overview
    • Sources
    • Articles
    • Tags
  • End Users
    • Overview
    • Getting started
    • Developer guide
  • Integrations
    • Overview
    • Getting started
  • Conversations
    • Overview
    • Getting started
  • Webhooks
    • Overview
  • Data Compliance
    • Overview
  • Data Export
    • Overview
    • Getting started
    • Conversations
    • Messages
Login
LogoLogo
Introduction

Changelog

December 13, 2022
December 13, 2022

Data Export API v1.2

Version 1.2 of the Data Export API is now available. This release includes support for additional fields in the messages and conversations endpoints, further aligning API responses with dashboard reports.

To start using v1.2, replace the version number in your requests as illustrated in the examples for the endpoints to return conversations and messages. Your API keys will continue to work with the new version.

Messages object

  • answer_id — Internal ID of the Answer that triggered the message. Null if the message was not sent by an Ada bot.
  • link_was_clicked — Indicates whether the chatter clicked a link in an Answer.

See Messages for more details.

Conversations object

  • agent_id — The list of unique IDs for agents involved in the conversation (for example, 619d95c0c063a5bf2b1efb7c).
  • agent_name — A list of names of the agents involved the conversation, corresponding to the agent IDs.
  • browser — The type of browser the chatter was using (for example, chrome).
  • browser_version — The specific version number of the chatter’s browser.
  • device — The device type or operating system (for example, macos).
  • is_test_user — Whether or not the conversation involved a test user (indicated by true or false).
  • language — The language of the conversation, represented by a language code in ISO 639-1 format (for example, fr).
  • oauth_channel — If the client has been authenticated using OAuth 2.0, this field indicates the channel on which the authenticated conversation took place (for example, chat or sms).

See Conversations for more details.

Previous

Trigger Answers with mobile SDKs

Next
Built with