Skip to main content
GET
/
statistics
/
lists
cURL
curl --request GET \
  --url https://api.gleap.io/v3/statistics/lists \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.gleap.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Query Parameters

timezone
string
  • Timezone for date calculations
groupInterval
enum<string>
Available options:
day,
month,
year
skip
number<double>
  • Number of records to skip (pagination)
limit
number<double>
  • Maximum number of records to return
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