Monitoring & Collection/Zaku
GETZakuSince 1.0SynchronousAuth Required
GetNormalizeStats
Retrieve normalization processing statistics and error counts
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
This API requires no request parameters.
Responses
Endpoint
GET/api/v1/zaku/normalize/stats
/api/v1/zaku/normalize/stats
Request Example
curl -X GET '{host}/api/v1/zaku/normalize/stats' -H 'Authorization: Bearer {token}'
Response Example
200{
"totalProcessed": 100000,
"truncated": 150,
"skipped": 200,
"errors": 12,
"lastProcessedAt": "example"
}Change History
This API has no change history records yet.
