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:
-
Listed all projects using List projects API
-
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!