Sample - OpenAI API
GET/organization/projects/{project_id}

Retrieve an organization project

Retrieves a specific project in an organization. Provide the project_id to inspect the project's name, status, timestamps, external key association, and residency configuration.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

1 parameter
project_idstringrequired
The unique identifier of the project to retrieve.

1 status code
200Returns the project, including its identifier, object type, name, creation timestamp, archive timestamp, status, external key association, and residency configuration.
idstringrequired
The identifier, which can be referenced in API endpoints
objectstringrequired
The object type, which is always `organization.project`
Allowed:organization.project
namestringoptional
The name of the project. This appears in reporting.
created_atintegerrequired
The Unix timestamp (in seconds) of when the project was created.
archived_atintegeroptional
The Unix timestamp (in seconds) of when the project was archived or `null`.
statusstringoptional
`active` or `archived`
external_key_idstringoptional
The external key associated with the project.
residencystringoptional
The residency configuration for the project.
Allowed:GLOBALUS_STORAGE_PROCESSINGEU_STORAGE_PROCESSINGJP_STORAGEKR_STORAGECA_STORAGESG_STORAGEIN_STORAGEAU_STORAGEGB_STORAGEAE_STORAGEAE_STORAGE_PROCESSING

Error handling

project_id must identify an existing project in the organization. Use the returned status and residency values to determine the project's current state and data residency configuration.