Export AI chatbot events
GET /api/sites/{id}/ai-chatbots/export
GET
/api/sites/{id}/ai-chatbots/export
Exports AI chatbot instrumentation events for the selected site and date range in csv/xlsx/parquet/json/ndjson. Optional scope filters restrict the export to a single provider, bot, surface, or model.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
Query Parameters
Section titled “Query Parameters ” from
string format: date-time
to
string format: date-time
format
string
Export format. Supported values: xlsx, csv, parquet, json, ndjson. Defaults: xlsx for takeout endpoints, csv for hits export endpoints.
scope_key
string
Optional chatbot scope filter key.
scope_value
string
Optional chatbot scope filter value. Requires scope_key.
Responses
Section titled “ Responses ”Export file stream