Projects V2
Get Application Statistics
Returns overview statistics for the given application and date range within a project. Requires applications:read scope.
get/v2/projects/{id}/applications/{application_id}/statistics
Path parameters
idstring required
Project ID
Project ID
application_idstring required
Application ID
Application ID
Query parameters
environment'PRODUCTION' | 'SANDBOX' required
Environment to query
Environment to query
date_preset'last_24_hours' | 'today' | 'yesterday' | 'last_7_days' | 'last_30_days' | 'last_90_days' | 'last_180_days' | 'last_365_days' | 'year_to_date'
Preset reporting window
Preset reporting window
fromstring
Start datetime (legacy; used when date_preset is absent)
Start datetime (legacy; used when date_preset is absent)
tostring
End datetime (legacy; used when date_preset is absent)
End datetime (legacy; used when date_preset is absent)
refresh'true' | 'false'
a string to be decoded into a boolean
Bypass the cached snapshot and force a fresh server recompute for this window
Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.