List auditable operation types
Audit logs
List auditable operation types
Return all operation names that are recorded in the audit log, for use as operations filter values.
POST
List auditable operation types
Restrictions
| Aspect | Value |
|---|---|
| Rate limits | 1,000 requests/minute; 50 requests/second per account |
| Permissions | Audit Read (organization) |
Usage
- Use the
namevalues from this response asoperationsfilter values inPOST /audit/search. name_cnis the human-readable Chinese label shown in the console;nameis the stable wire value to filter on.
Authorizations
App key issued from the Flashduty console under Account → APP Keys. Required on every public API call. Keep it secret — it grants the same access as the owning account.
Body
application/json
No parameters required.
Response
Success
Success response envelope. On every 2xx response, request_id identifies the call (also mirrored in the Flashcat-Request-Id header) and data holds the endpoint-specific payload. Failure responses use a different shape — see ErrorResponse.