list_access_keys
List all access keys for a project, with optional filtering by key type and sorting by name or type.
Instructions
List all access keys for a project.
Args: project_id: ID of the project key_type: Optional key type filter ("none", "ssh", or "login_password") sort: Sort field ("name" or "type") order: Sort order ("asc" or "desc")
Returns: Dictionary containing list of access keys
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| key_type | No | ||
| sort | No | name | |
| order | No | asc |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||