v2
latestOpenAPI 3.1.02026-07-312303692.4 MBStatistics
Aggregate App Stats
Creates a background task to calculate the number of message attempts (messageDestinations) made for all applications in the environment.
Note that this endpoint is asynchronous. You will need to poll the Get Background Task endpoint to retrieve the results of the operation.
The completed background task will return a payload like the following:
{
"id": "qtask_33qe39Stble9Rn3ZxFrqL5ZSsjT",
"status": "finished",
"task": "application.stats",
"data": {
"appStats": [
{
"messageDestinations": 2,
"appId": "app_33W1An2Zz5cO9SWbhHsYyDmVC6m",
"appUid": null
}
]
}
}
post/api/v1/stats/usage/app
Headers
idempotency-keystring
The request's idempotency key
Request body
Example request
{
"appIds": [
"unique-identifier"
]
}Response
Example response
{
"unresolvedAppIds": [
"unique-identifier"
],
"id": "qtask_1srOrx2ZWZBpBUvZwXKQmoEYga2"
}