List project API keys

Retrieves all API keys associated with the specified project. This endpoint returns details about each API key including its name, creation date, and last used information. Use this endpoint to audit which keys exist for a project or to manage key rotation policies.

Path parameters

projectIdstringRequiredformat: "projectId"

Unique identifier (Nano ID) of the project to retrieve API keys for

Headers

x-api-keystringRequired

Response

Successfully retrieved the list of API keys for the specified project

itemslist of objects

List of all API keys for the specified project, including their properties and usage information