Skip to main content
Monitoring & Collection/Zaku

GetNormalizeStats

Retrieve normalization processing statistics and error counts

GET/api/v1/zaku/normalize/stats

Operation ID

GetNormalizeStats

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

This API requires no request parameters.

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • totalProcessed
    String

    Total number of pods processed since service start

    Example: 100000

  • truncated
    String

    Number of pods that had fields truncated

    Example: 150

  • skipped
    String

    Number of pods skipped due to filter rules

    Example: 200

  • errors
    String

    Number of pods that encountered normalization errors

    Example: 12

  • lastProcessedAt
    String

    Timestamp of the last successfully processed pod

    Example: 2026-01-15T08:00:00Z