chproxy

Internal ClickHouse proxy for ratelimit events

Internal endpoint for batching ratelimit events to ClickHouse. This endpoint is used internally by the API to efficiently store ratelimit data and should not be used by external clients.

This endpoint bypasses normal authentication and validation as it's intended for internal use only.

post/_internal/chproxy/ratelimits

Request body

object[] required

Array of ratelimit events to be processed

Response

Events successfully queued for processing

statusstring required

Processing status

Example response

{
  "status": "OK"
}

Changes