Get push health statistics

GET https://z.u1v.ru/api/v1/push/health

Return organization-level push receipt health statistics.

Usage examples

The -u line implements HTTP Basic authentication. See the Authorization header documentation for how to get those credentials for Zulip users and bots.

curl -sSX GET -G https://z.u1v.ru/api/v1/push/health \
    -u EMAIL_ADDRESS:API_KEY \
    --data-urlencode start_time=2026-08-11T00:00:00Z \
    --data-urlencode end_time=2026-08-12T00:00:00Z

Parameters

start_time string | null optional

Example: "2026-08-11T00:00:00Z"

Optional inclusive ISO 8601 start timestamp.


end_time string | null optional

Example: "2026-08-12T00:00:00Z"

Optional inclusive ISO 8601 end timestamp.


Response

Example response(s)

Successful response from a UCS extension endpoint. Endpoint-specific fields are returned alongside the standard Zulip success envelope.

{
    "msg": "",
    "result": "success"
}