axonpush
API referenceAdmin

GET /admin/abuse-flags

GET
/admin/abuse-flags

Query Parameters

status?string

Filter by status

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/admin/abuse-flags"
{  "$schema": "https://example.com/schemas/ListAbuseFlagsOutputBody.json",  "flags": [    {      "createdAt": "string",      "flagId": "string",      "orgId": "string",      "reason": "string",      "reviewedAt": "string",      "reviewedBy": "string",      "severity": "string",      "signals": null,      "status": "string"    }  ]}