GET
/
export
/
{key}
curl --request GET \
  --url https://demo.enneo.ai/api/mind/export/{key}
[
  {
    "date": "2024-05-10",
    "name": null,
    "ticketId": null,
    "action": "writeAction",
    "duration": 206,
    "durationAfterWork": 0,
    "reOpened": 0,
    "status": null,
    "aiAgent": null,
    "topic": null,
    "subTopic": null,
    "channel": null,
    "department": "Not specified",
    "email": "",
    "rawData": "null"
  }
]

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Path Parameters

key
enum<string>
required

The key of the export

Available options:
reporting_tickets,
reporting_messages,
reporting_worklog,
survey,
ticket,
users

Query Parameters

format
enum<string>
default:xlsx

The format of the export

Available options:
xlsx,
csv,
json
limit
integer
default:100

The number of items to return

Required range: 1 <= x <= 1000
offset
integer
default:0

The number of items to skip

Required range: x >= 0
orderByField
string

The field to order by. Can be any column name from the table.

orderByDirection
enum<string>
default:desc

The direction to order by

Available options:
asc,
desc

Response

200
application/json

Successful operation

The response is of type object[].