axonpush
API referenceModeration

GET /moderation/efficacy

GET
/moderation/efficacy

Query Parameters

since?string

Window start (RFC3339); defaults to 24h before until

until?string

Window end (RFC3339); defaults to now

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/moderation/efficacy"
{  "$schema": "https://example.com/schemas/EfficacyOutputBody.json",  "rows": [    {      "action": "string",      "avgLatencyMs": 0.1,      "detector": "string",      "maxLatencyMs": 0.1,      "target": "string",      "violationCount": 0    }  ]}