provider GET /organization/admin_api_keys/{key_id}
@utdk/openai /organization/admin_api_keys/{key_id}
Retrieve a single organization API key
Get details for a specific organization API key by its ID.
key_id path required
string

Try it

Authentication
Configure credentials for OpenAI API
adminApiKeysGet
GET/organization/admin_api_keys/{key_id}
Get details for a specific organization API key by its ID.

Parameters

required

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import openai from '@utdk/openai';

await openai.adminApiKeysGet()