Api logs are no longer being created and i am not able to see logs to understand the request and response

I am using Openai Response api and until yesterday i was able to monitor logs but today i cant see any new logs being created.

API is working and i see response at my system end.

  1. Have you checked if you selected the correct project on the top checkbox?
  2. Are you using the parameter store=true in the api calls?
  3. Perhaps you are using the playground, did you check the settings for the same parameter (store=true) in the model configuration?

Nothing changed from yesterday. its the same project and api calls i am making from external system. as you can see on my screenshot it was creating logs until yesterday. today no logs.

I see. Does it work on playground when the parameter store=true is active?

What is this “external system”, are you coding it or just using it? If you are coding, have you implicitly put the parameter store?

I am doing a callout from salesforce to openai. when i use playground its logging but api call no. just to clarify nothing changed in my code from yesterday to today. I never set store=ture and it was still showing all my request and respons info as a log. until today.

1 Like

The parameter defaults to true, but since there is an external software there is no telling if they are not setting it to something else.

It wouldn’t be strange if a software update or IT manager decided to set it to false, in order to prevent confidential information from being logged.

Perhaps you should consider talking directly to your salesforce representant or your IT department, as this is a developer forum and you are reporting unintended behaviour from a third party software that you have no access to the source code that is making the API call, thus can’t tell if the parameter is true or false.

when i logout and login again i can see logs looks like its an issue with dashboard UI

1 Like

yeah things have returned to normal :slight_smile: