v1

latestOpenAPI 3.1.0MIT2026-07-132429592.7 MB
Projects

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