Admin Analytics Reports

List analytics reports

get/v1/admin/analytics-reports

Query parameters

limitinteger

Number of items to return

cursorstring

Encoded cursor for pagination

direction'after' | 'before'

Direction for cursor pagination

qstring
fromstring
tostring
sort'report-date-desc' | 'report-date-asc' | 'upload-date-desc' | 'upload-date-asc' | 'title-asc' | 'title-desc' | 'size-desc' | 'size-asc'

Response

Reports listed successfully

successboolean required

Indicates if the request was successful

messagestring required

Human readable message

timestampstring date-time required

Timestamp of the response

Changes