Does store: false prevent request/response bodies from appearing in Platform Logs for organization admins?

I’m looking for clarification on how store: false interacts with the OpenAI Platform Logs.

Suppose the following is true:

  • API Call Logging is enabled (either “Enabled for all projects” or “Enabled per call”).

  • I send a request to the OpenAI API (Responses API or Chat Completions API) with:

    {
      "store": false
    }
    
    

My questions are:

  1. Will the request still appear in Platform Logs?

  2. If it does, will the full prompt and response bodies be visible to organization administrators?

  3. Or does store: false prevent the prompt/response content from being visible in Platform Logs, while usage and billing information remain available?

  4. Does the answer differ between the Responses API and the Chat Completions API?

I’m not asking about OpenAI’s internal retention, abuse monitoring, or Zero Data Retention. I’m only asking about what users with administrator access to my organization’s OpenAI Platform can see in the Platform Logs.

If anyone can clarify the exact behavior, that would be greatly appreciated.

Welcome to the community @dev_99230421,

When store: false, the request does not appear in Platform Logs under either Responses or Chat Completions. Therefore, organization administrators cannot view the prompt or response bodies there.

The usage and associated cost remain visible separately in the Usage dashboard⁠.

The store parameter is documented here⁠.