OpenAIOpenAI API
GET/organization/projects/{project_id}/api_keys/{api_key_id}
Read retrieve Project Api Key.
Contract-preserving GET Endpoint for retrieve Project Api Key in the OpenAI API. Model and resource-specific values are supplied by the caller at runtime.
All 288 OpenAI Platform REST endpoints from a fixed MIT-licensed official revision, including typed SSE streaming and Realtime call management. Hub provides documentation and an independent SDK/CLI, but never proxies model, account, or usage data; callers connect directly with local API keys.
Request
- operationId
retrieveProjectApiKey- Server
https://api.openai.com/v1- Authentication
- ApiKeyAuth, AdminApiKeyAuth
Request parameters
project_id
pathstringrequired
project id value in the OpenAI API contract.
api_key_id
pathstringrequired
api key id value in the OpenAI API contract.
Responses
200
ProjectApiKeyapplication/json
Successful supplier response.
Properties: created_atidlast_used_atnameobjectownerowner_project_accessredacted_value
{
"created_at": 0,
"object": "organization.project.api_key",
"owner": {
"service_account": {
"created_at": 0
},
"type": "user",
"user": {
"created_at": 0
}
},
"owner_project_access": "active"
}