{
  "Entries": [
    {
      "RequestUri": "https://api.openai.com/v1/chat/completions",
      "RequestMethod": "POST",
      "RequestHeaders": {
        "Accept": "application/json",
        "Authorization": "Sanitized",
        "Content-Length": "172",
        "Content-Type": "application/json",
        "User-Agent": "OpenAI/2.4.0 (.NET 9.0.9; Microsoft Windows 10.0.26100)"
      },
      "RequestBody": {
        "metadata": {
          "test_key_1ba10bd8bd0d4dbcab789208de627e59": "initial_value"
        },
        "messages": [
          {
            "role": "user",
            "content": "Say `this is a test`."
          }
        ],
        "model": "gpt-4o-mini",
        "store": true
      },
      "StatusCode": 200,
      "ResponseHeaders": {
        "Access-Control-Expose-Headers": "X-Request-ID",
        "Alt-Svc": "h3=\":443\"",
        "cf-cache-status": "DYNAMIC",
        "CF-RAY": "9801b5f90a5febc1-SEA",
        "Connection": "keep-alive",
        "Content-Length": "821",
        "Content-Type": "application/json",
        "Date": "Tue, 16 Sep 2025 16:23:52 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "363",
        "openai-project": "Sanitized",
        "openai-version": "2020-10-01",
        "Server": "cloudflare",
        "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
        "X-Content-Type-Options": "nosniff",
        "x-envoy-upstream-service-time": "392",
        "x-openai-proxy-wasm": "v0.1",
        "x-ratelimit-limit-requests": "30000",
        "x-ratelimit-limit-tokens": "150000000",
        "x-ratelimit-remaining-requests": "29999",
        "x-ratelimit-remaining-tokens": "149999992",
        "x-ratelimit-reset-requests": "2ms",
        "x-ratelimit-reset-tokens": "0s",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "id": "chatcmpl-CGSl6ECQVLr9BGktzufTzCcIKTp9p",
        "object": "chat.completion",
        "created": 1758039832,
        "model": "gpt-4o-mini-2024-07-18",
        "choices": [
          {
            "index": 0,
            "message": {
              "role": "assistant",
              "content": "This is a test.",
              "refusal": null,
              "annotations": []
            },
            "logprobs": null,
            "finish_reason": "stop"
          }
        ],
        "usage": {
          "prompt_tokens": 14,
          "completion_tokens": 5,
          "total_tokens": 19,
          "prompt_tokens_details": {
            "cached_tokens": 0,
            "audio_tokens": 0
          },
          "completion_tokens_details": {
            "reasoning_tokens": 0,
            "audio_tokens": 0,
            "accepted_prediction_tokens": 0,
            "rejected_prediction_tokens": 0
          }
        },
        "service_tier": "default",
        "system_fingerprint": "fp_51db84afab"
      }
    },
    {
      "RequestUri": "https://api.openai.com/v1/chat/completions/chatcmpl-CGSl6ECQVLr9BGktzufTzCcIKTp9p",
      "RequestMethod": "POST",
      "RequestHeaders": {
        "Accept": "application/json",
        "Authorization": "Sanitized",
        "Content-Length": "99",
        "Content-Type": "application/json",
        "User-Agent": "OpenAI/2.4.0 (.NET 9.0.9; Microsoft Windows 10.0.26100)"
      },
      "RequestBody": {
        "metadata": {
          "test_key_1ba10bd8bd0d4dbcab789208de627e59": "updated_value",
          "updated_by": "unit_test"
        }
      },
      "StatusCode": 200,
      "ResponseHeaders": {
        "Alt-Svc": "h3=\":443\"",
        "cf-cache-status": "DYNAMIC",
        "CF-RAY": "9801b61b9c46ebc1-SEA",
        "Connection": "keep-alive",
        "Content-Length": "747",
        "Content-Type": "application/json",
        "Date": "Tue, 16 Sep 2025 16:24:01 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "3603",
        "openai-project": "Sanitized",
        "openai-version": "2020-10-01",
        "Server": "cloudflare",
        "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
        "X-Content-Type-Options": "nosniff",
        "x-envoy-upstream-service-time": "3608",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "object": "chat.completion",
        "id": "chatcmpl-CGSl6ECQVLr9BGktzufTzCcIKTp9p",
        "model": "gpt-4o-mini-2024-07-18",
        "created": 1758039832,
        "request_id": "req_03e18a5cee4c4194b71ba49a6faa0e5b",
        "tool_choice": null,
        "usage": {
          "total_tokens": 19,
          "completion_tokens": 5,
          "prompt_tokens": 14
        },
        "seed": 3240460237718416027,
        "top_p": 1.0,
        "temperature": 1.0,
        "presence_penalty": 0.0,
        "frequency_penalty": 0.0,
        "system_fingerprint": "fp_51db84afab",
        "input_user": null,
        "service_tier": "default",
        "tools": null,
        "metadata": {
          "test_key_1ba10bd8bd0d4dbcab789208de627e59": "updated_value",
          "updated_by": "unit_test"
        },
        "choices": [
          {
            "index": 0,
            "message": {
              "content": "This is a test.",
              "role": "assistant",
              "tool_calls": null,
              "function_call": null
            },
            "finish_reason": "stop",
            "logprobs": null
          }
        ],
        "response_format": null
      }
    },
    {
      "RequestUri": "https://api.openai.com/v1/chat/completions/chatcmpl-CGSl6ECQVLr9BGktzufTzCcIKTp9p",
      "RequestMethod": "DELETE",
      "RequestHeaders": {
        "Accept": "application/json",
        "Authorization": "Sanitized",
        "User-Agent": "OpenAI/2.4.0 (.NET 9.0.9; Microsoft Windows 10.0.26100)"
      },
      "RequestBody": null,
      "StatusCode": 200,
      "ResponseHeaders": {
        "Alt-Svc": "h3=\":443\"",
        "cf-cache-status": "DYNAMIC",
        "CF-RAY": "9801b651faebebc1-SEA",
        "Connection": "keep-alive",
        "Content-Length": "97",
        "Content-Type": "application/json",
        "Date": "Tue, 16 Sep 2025 16:24:06 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "174",
        "openai-project": "Sanitized",
        "openai-version": "2020-10-01",
        "Server": "cloudflare",
        "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
        "X-Content-Type-Options": "nosniff",
        "x-envoy-upstream-service-time": "176",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "object": "chat.completion.deleted",
        "id": "chatcmpl-CGSl6ECQVLr9BGktzufTzCcIKTp9p",
        "deleted": true
      }
    },
    {
      "RequestUri": "https://api.openai.com/v1/chat/completions/chatcmpl-CGSl6ECQVLr9BGktzufTzCcIKTp9p",
      "RequestMethod": "GET",
      "RequestHeaders": {
        "Accept": "application/json",
        "Authorization": "Sanitized",
        "User-Agent": "OpenAI/2.4.0 (.NET 9.0.9; Microsoft Windows 10.0.26100)"
      },
      "RequestBody": null,
      "StatusCode": 404,
      "ResponseHeaders": {
        "Alt-Svc": "h3=\":443\"",
        "cf-cache-status": "DYNAMIC",
        "CF-RAY": "9801b6730986ebc1-SEA",
        "Connection": "keep-alive",
        "Content-Length": "189",
        "Content-Type": "application/json",
        "Date": "Tue, 16 Sep 2025 16:24:12 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "148",
        "openai-project": "Sanitized",
        "openai-version": "2020-10-01",
        "Server": "cloudflare",
        "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
        "X-Content-Type-Options": "nosniff",
        "x-envoy-upstream-service-time": "150",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "error": {
          "message": "Completion chatcmpl-CGSl6ECQVLr9BGktzufTzCcIKTp9p not found",
          "type": "invalid_request_error",
          "param": "completion_id",
          "code": "not_found"
        }
      }
    }
  ],
  "Variables": {
    "OPEN-API-KEY": "api-key"
  }
}
