GET
/
statistics
/
lists
/
export
curl --request GET \
  --url https://api.gleap.io/v3/statistics/lists/export \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

chartType
enum<string>
required
  • Type of list data to export (e.g., TEAM_PERFORMANCE_LIST)
Available options:
AVERAGE_RATING_PER_USER_RESULT_LIST,
TEAM_PERFORMANCE_LIST,
ARTICLE_SEARCH_RESULT_LIST,
ARTICLE_SEARCH_WITH_NO_RESULT_LIST,
ARTICLE_VIEW_STATISTICS_LIST,
TICKETS_WITH_RATING_LIST,
LIVE_AGENTS_TEAM,
SNAPSHOT_TICKETS,
LATEST_NEGATIVE_AI_FEEDBACK
timezone
string
  • Timezone for date calculations
groupInterval
enum<string>
Available options:
day,
month,
year
skip
number
limit
number
groupedBy
string
aggsType
string
startDate
string
endDate
string
createdAt
string
updatedAt
string
useWorkingHours
boolean
  • Whether to use working hours calculations

Response

200 - application/json

Ok

The response is of type any.