Undocumented API change on Project schema

When calling the endpoint:

GET https://api.openai.com/v1/organization/projects

The response returns a field "title" and "created" for each project object, while the official documentation specifies the field "name" and "created_at":
https://platform.openai.com/docs/api-reference/projects

Please can anyone clarify whether this is an undocumented API change, a rollout in progress, or a bug in the API implementation?

1 Like

That’s a change that was neither documented nor announced. There is another breaking change in listing organization users - it has entirely new structure, that is not yet documented and is not explained in changelog. This actually broken terraform provider for all existing users of this resources and we had to roll out a hot fix.

3 Likes

Looks like they have rolled back…

The structure for organization users have not been rolled back on my end. I’ve also noticed that the return code for the create methods for invites/service accounts/project users/projects have changed from 201 to 200

1 Like