openai_list_project_api_keys
List API keys for a project, with values always redacted. Filter by owner access status and paginate results.
Instructions
List API keys in a project. Key values are always redacted.
Args:
project_id: The project's ID (see openai_list_projects).
owner_project_access: Filter by whether the key owner currently has
project access — `active`, `inactive`, or `any`.
after: Pagination cursor from a previous response's `last_id`.
limit: Maximum number of keys to return per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| limit | No | ||
| project_id | Yes | ||
| owner_project_access | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |