I’m encountering an issue where calls to the language model using the completion endpoint are not being recorded in the Logs section of the OpenAI platform dashboard.
To be clear:
The completion requests are working correctly — I receive responses as expected.
However, these calls do not appear in the Logs tab, so I’m unable to review their input/output history or metadata afterward.
In contrast, tool-based calls (such as those using browsermcp_browser_click) are consistently logged and visible.
This inconsistency is affecting my ability to audit and debug flows that rely on completions. Could you please clarify whether this behavior is expected, or if it’s a bug or configuration issue on my side?
By the way, when I make requests using the responses API, the logs do appear correctly in the table — so this issue seems specific to the completion flow.
Having similar issues but yet to find a solution
But in my case it’s not in the logs section but in the evaluations, its not storing the chat completions
I have enabled store: true in my Chat Completion Requests, and chose enable on the dashboard under https://platform.openai.com/logs?api=chat-completions. I’ve made sure to have visibility on full under my organization.
Yet, I see only “Your stored Chat Completions will appear here”.
What am I doing wrong? How long until I see any completions here?
Crazy that this has not been fixed yet, hasn’t been working for +24 hours now. This is one of the most important features to control the quality of the output. Please can someone from OpenAI confirm they know this and they’re working on it? Thank you!
Similar issue since yesterday, but not with the Completions API Logs but with the Responses API logs. Anyone found a solution or temporary patch to fix it?
Issue Message:
Access to fetch at 'https://api.openai.com/v1/responses?' from origin 'https://platform.openai.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'.
i also can’t see any logs. i don’t know if this is why, but whenever i opened a new project, when going to logs i was first presented with a question if to log for specific project or entire org.
i always choose specific project, the moment i choose entire org. it stopped working