audit.invalid_action_kind
The audit log action_kind value is not in the platform allowlist.
audit.invalid_action_kind is returned when an audit log query filter supplies an action_kind value that is not in the platform's allowlist. The allowlist is maintained in internal/audit/types.go and grows with each new admin action.
The action_kind filter value is misspelled, outdated, or not yet added to the allowlist.
Use only values from the documented action kind allowlist. Retrieve the full list from the audit filter dropdown or the API reference.
{
"error": {
"code": "audit.invalid_action_kind",
"message": "action_kind is not in the allowlist",
"request_id": "req_01900000abc"
}
}