provider Projects GET /organization/projects/{project_id}
@utdk/openai /organization/projects/{project_id}
Retrieves a project.
project_id path required
The ID of the project.
string

Try it

Authentication
Configure credentials for OpenAI API
retrieveProject
GET/organization/projects/{project_id}

Parameters

required

The ID of the project.

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.retrieveProject()