#Reports

The Reports part of the API allows you to retrieve the metrics of your application generated by your users.

#Retrieve metrics

  • Route: /reports
  • Method: GET
Allows you to obtain all the metrics of your application over a given period.
Parameters
page
Type: Number
Default: 1
Current page
size
Type: Number
Default: 10
Results per page
from
Type: ISO8601 Date
Default: subDays(new Date(), 7)
Starting date of search
to
Type: ISO8601 Date
Default: new Date()
Ending date of search
context
Type: String
Accepted values: "all", "default", "default_context_id"
Context filter
group
Type: String
Accepted values: "all", "default", "your_group_id"
Group filter