v32

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-07-312881,4162.7 MB
Projects

Retrieve project API key

Retrieves an API key in the project.

get/organization/projects/{project_id}/api_keys/{api_key_id}

Path parameters

project_idstring required

The ID of the project.

api_key_idstring required

The ID of the API key.

Response

Project API key retrieved successfully.

object'organization.project.api_key' required

The object type, which is always organization.project.api_key

redacted_valuestring required

The redacted value of the API key

namestring required

The name of the API key

created_atinteger required

The Unix timestamp (in seconds) of when the API key was created

last_used_atinteger nullable required

The Unix timestamp (in seconds) of when the API key was last used.

idstring required

The identifier, which can be referenced in API endpoints

owner_project_access'active' | 'inactive' required

Whether the API key's owner currently has effective access to the project.