Security
List User Actions
Query Parameters
limit?integer
Default
50Range
1 <= value <= 100environmentName?string
Filter by environment name (e.g., "production", "sandbox")
onlyAccountLevel?boolean
If true, only return account-level actions (where environment is not set)
Default
falsemethods?array<string>
Filter by HTTP methods (comma-separated)
surfaces?array<string>
Filter by surface (comma-separated)
handlers?array<string>
Filter by handler names (comma-separated)
userIDs?array<string>
Filter by user KSUIDs (comma-separated)
apiKeyNames?array<string>
Filter by API key names (comma-separated)
emailAddresses?array<string>
Filter by email addresses (comma-separated)
paths?array<string>
Filter by URL paths (comma-separated)
sortOrder?string
Sort order for results
Default
"desc"Value in
"asc" | "desc"startingAfter?string
Cursor for pagination - return results after this API ID
endingBefore?string
Cursor for pagination - return results before this API ID