Why am I not seeing api logs anymore?

Not seeing logs in API dashboard since last night. nothing has changed in my code. Is this a bug?
tried, reloading webpage, closing and reopening browser, logging in-out. Nothing, no logs anymore…

1 Like

I have the same issue for 2 days now! Tried everything

This seems similar to this issue. Let me know if the workarounds help in the meantime!

Hey, this is happening to me but it seems like the response is never stored. In the back and forth we get a response id and then when immediately using it for a tool call response it returns not found. Here’s a response id that never showed up: resp_68bb7b3e89908195aa911e834f0400670e1c3b7a4bd66ccb

I have some pretty significant issues also, going through and inspecting the network response vs the display.

The problem: the API being used is returning the entire huge response object, in long lists, even just to list them.

I’ve got requests that have 15MB of just encoded images.

Need to write a better “list-IDs-only” API (with query terms), not returning input and output, or eliding it — and then GIVE IT TO DEVELOPERS.

Hey @luisang! I wasn’t able to find anything in our logs with this response_id. Are you able to share another resp_id or req_id? Thanks for your help :folded_hands:

Hello! I’m having a similar problem. Logs in my organization’s account are outdated. Selected organization and project are just right. Last update was 4 days ago (11/16/2025). Is there anything from our side we can do?

Hi. You can join your report along with others that have shared this ongoing concern:

Looks like data consistency issues on openAI side. When I open “logs” page for Responses API I will only see items from a couple days ago, even though I have a lot of usage in the last hour. If I keep refreshing the page, the new logs show up (sometime after 5 refreshes). The refresh seems to work better if I disable cache in the browser, but it could be just a coincidence. Anyways OpenAI this has been going on for weeks.

Seem some servers are not able to process new log entries, but they are still allowed to serve them to the front end.