OpenAI has these logs, and these are stored when you have a store=True
parameter in the Response API. My question is, is there a way we can retrieve these stored results via an API call?
For responses API and agent traces, it would be a nice feature to list the stored logged requests. feature-request
For completions, you can do that by using the list chat completions endpoint here.