Get App Stats

GET {{URL}}/v1/stats/app

Send a GET call the /v1/stats/app endpoint to retrieve Coreapp stats in JSON format. Coreapp stats live in memory and can be queried at regular intervals if needed.

Response

If successful, your request returns 200 OK and a message body containing an app object.

HEADERS

| Key | Datatype | Required | Description | | Authorization | string | | |

RESPONSES

status: OK

{"stats":{"app":{"your-hostname1:your-container-id1":{"callback_queue_size":{"data":[{"value":450}],"help":"Current callback queue size","type":"gauge"}},"your-hostname2:your-container-id2":{"callback_queue_size":{"data":[{"value":10}],"help":"Current callback queue size","type":"gauge"}}}},"meta":{"api_status":"stable","version":"v2.45.1"}}