# List IAM user access keys

Canonical URL: https://docs.fuse.init.inc/integrations/aws/actions/iam.users.access_keys.list

List access key metadata for a user. Never returns secret material. Requires iam:ListAccessKeys.

Action ID: `iam.users.access_keys.list`
Provider: AWS (`aws`)
Contract version: 1

## Risk and exposure

- Risk: Read
- Idempotency: Safe — Safe to retry without coordination; repeats do not create additional side effects.
- Availability: Default
- Exposure: REST, SDK, MCP
- MCP hints: readOnly=true, destructive=false, idempotent=true, openWorld=true

## Required scopes

- `iam:ListAccessKeys`

## Input schema fields

- `user_name`
- `page_size`
- `cursor`

## Output schema fields

- `access_keys`
- `access_keys[]`
- `access_keys[].access_key_id`
- `access_keys[].user_name`
- `access_keys[].status`
- `access_keys[].created_at`
- `next_cursor`

Provider overview: https://docs.fuse.init.inc/integrations/aws
Actions index: https://docs.fuse.init.inc/integrations/aws/actions
Exact canonical JSON contract: https://docs.fuse.init.inc/api/catalog/v1/providers/aws/actions/iam.users.access_keys.list
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/aws/actions
