Unable to view or modify project geography settings via API

I’m trying to identify and update the geography settings for my OpenAI projects programmatically. However, I’m unable to find the geography/region field in the API responses.

What I’ve tried:

  1. Listed all projects using List projects API

  2. Retrieved individual project details using Retrieve project API

Both endpoints return the same fields:

  • object

  • id

  • name

  • created_at

  • archived_at

  • status

What’s missing: There’s no geography, region, or data_location field in the response, making it impossible to programmatically identify which projects need updating.

Question: Can geography settings be updated programmatically, or only during project creation?

Any guidance would be appreciated!

1 Like

Hi and welcome to the community!

The geography setting can only be specified once when creating a new project, and it isn’t mentioned elsewhere in the API reference.

I’ve added the feature request tag and moved this topic to the Feedback category.

2 Likes