How to disable Response API logs

We use the response API in our product, and our developers who have access to the openai dashboard should not be able to view raw output/input for the product in https://platform.openai.com/logs. Is there a way to turn this off? This seems like a privacy breach for our customers.

1 Like
  1. Click: https://platform.openai.com/settings/organization/data-controls/visibility

  2. Select:

  3. Better is to send “store:false” as an API parameter, and not use any server-based chat retention product.

“store” false should be made a global default presented by OpenAI also, and false should be the default if never touched or discovered, as setting it to “true”, scarfing data, and making unmanageable non-expiring persistent entries is downright “rude” (replace with appropriate word).

thank you. I totally agree. I was surprised it’s default true.

2 Likes