OpenAI API

Project

object

Represents an individual project.

idstringrequired

The identifier, which can be referenced in API endpoints

objectstringrequired

The object type, which is always organization.project

Allowed values:organization.project

namestringrequired

The name of the project. This appears in reporting.

created_atintegerrequired

The Unix timestamp (in seconds) of when the project was created.

archived_atinteger

The Unix timestamp (in seconds) of when the project was archived or null.

statusstringrequired

active or archived

Allowed values:activearchived

Example

ProjectApiKey

object

Represents an individual API key in a project.

objectstringrequired

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

Allowed values:organization.project.api_key

redacted_valuestringrequired

The redacted value of the API key

namestringrequired

The name of the API key

created_atintegerrequired

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

idstringrequired

The identifier, which can be referenced in API endpoints

ownerobjectrequired
Show Child Parameters
Example

ProjectApiKeyDeleteResponse

object
objectstringrequired

Allowed values:organization.project.api_key.deleted

idstringrequired
deletedbooleanrequired
Example

ProjectApiKeyListResponse

object
objectstringrequired

Allowed values:list

dataarray[object]required

Represents an individual API key in a project.

Show Child Parameters
first_idstringrequired
last_idstringrequired
has_morebooleanrequired
Example

ProjectCreateRequest

object
namestringrequired

The friendly name of the project, this name appears in reports.

Example