auth/admin_action_specs.ts view source
{ method: string; kind: "request_response"; initiator: "frontend"; auth: { account: "required"; actor: "required"; roles: string[]; }; side_effects: false; input: ZodDefault<ZodObject<{ acting: ZodOptional<$ZodBranded<ZodUUID, "Uuid", "out">>; limit: ZodOptional<...>; offset: ZodOptional<...>; }, $strict>>; output: ... rate_limit: 'account' bounds admin-side scraping of the account table
via (limit, offset) walking — admin trust is not a substitute for a
read-rate cap when the listing is paginated and cross-account (yields
every account + actor + active role_grant in the system).