{
  "Entries": [
    {
      "RequestUri": "https://api.openai.com/v1/files",
      "RequestMethod": "POST",
      "RequestHeaders": {
        "Accept": "application/json",
        "Authorization": "Sanitized",
        "Content-Length": "660",
        "Content-Type": "multipart/form-data; boundary=\"VdHogfBtMIGdWFtSYwyAATn6gopNHVpn76W4smhRQcLIvOtEbXj1BVwvVvnQA6iX1JCx8o\"",
        "User-Agent": "OpenAI/2.6.0 (.NET 9.0.10; Microsoft Windows 10.0.26200)"
      },
      "RequestBody": [
        "--VdHogfBtMIGdWFtSYwyAATn6gopNHVpn76W4smhRQcLIvOtEbXj1BVwvVvnQA6iX1JCx8o\r\n",
        "Content-Disposition: form-data; name=file; filename=test-batch-file; filename*=utf-8''test-batch-file\r\n",
        "\r\n",
        "b64:eyJjdXN0b21faWQiOiAicmVxdWVzdC0xIiwgIm1ldGhvZCI6ICJQT1NUIiwgInVybCI6ICIvdjEvY2hhdC9jb21wbGV0aW9ucyIsICJib2R5IjogeyJtb2RlbCI6ICJncHQtNG8tbWluaSIsICJtZXNzYWdlcyI6IFt7InJvbGUiOiAic3lzdGVtIiwgImNvbnRlbnQiOiAiWW91IGFyZSBhIGhlbHBmdWwgYXNzaXN0YW50LiJ9LCB7InJvbGUiOiAidXNlciIsICJjb250ZW50IjogIldoYXQgaXMgMisyPyJ9XX19DQo=",
        "\r\n",
        "--VdHogfBtMIGdWFtSYwyAATn6gopNHVpn76W4smhRQcLIvOtEbXj1BVwvVvnQA6iX1JCx8o\r\n",
        "Content-Type: text/plain; charset=utf-8\r\n",
        "Content-Disposition: form-data; name=purpose\r\n",
        "\r\n",
        "batch",
        "\r\n",
        "--VdHogfBtMIGdWFtSYwyAATn6gopNHVpn76W4smhRQcLIvOtEbXj1BVwvVvnQA6iX1JCx8o--\r\n"
      ],
      "StatusCode": 200,
      "ResponseHeaders": {
        "Access-Control-Allow-Origin": "*",
        "Alt-Svc": "h3=\":443\"",
        "cf-cache-status": "DYNAMIC",
        "CF-RAY": "99717bb70a310933-SEA",
        "Connection": "keep-alive",
        "Content-Length": "240",
        "Content-Type": "application/json",
        "Date": "Fri, 31 Oct 2025 07:36:46 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "359",
        "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": "373",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "object": "file",
        "id": "file-VexCdh2zzKqH8ZcpoqRXPD",
        "purpose": "batch",
        "filename": "test-batch-file",
        "bytes": 233,
        "created_at": 1761896206,
        "expires_at": 1764488206,
        "status": "processed",
        "status_details": null
      }
    },
    {
      "RequestUri": "https://api.openai.com/v1/batches",
      "RequestMethod": "POST",
      "RequestHeaders": {
        "Accept": "application/json",
        "Authorization": "Sanitized",
        "Content-Length": "160",
        "Content-Type": "application/json",
        "User-Agent": "OpenAI/2.6.0 (.NET 9.0.10; Microsoft Windows 10.0.26200)"
      },
      "RequestBody": {
        "input_file_id": "file-VexCdh2zzKqH8ZcpoqRXPD",
        "endpoint": "/v1/chat/completions",
        "completion_window": "24h",
        "metadata": {
          "testMetadataKey": "test metadata value"
        }
      },
      "StatusCode": 200,
      "ResponseHeaders": {
        "Alt-Svc": "h3=\":443\"",
        "cf-cache-status": "DYNAMIC",
        "CF-RAY": "99717bbabc620933-SEA",
        "Connection": "keep-alive",
        "Content-Length": "886",
        "Content-Type": "application/json",
        "Date": "Fri, 31 Oct 2025 07:36:47 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "592",
        "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": "595",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "id": "batch_6904670e9638819082caf7bd85838f00",
        "object": "batch",
        "endpoint": "/v1/chat/completions",
        "model": null,
        "errors": null,
        "input_file_id": "file-VexCdh2zzKqH8ZcpoqRXPD",
        "completion_window": "24h",
        "status": "validating",
        "output_file_id": null,
        "error_file_id": null,
        "created_at": 1761896206,
        "in_progress_at": null,
        "expires_at": 1761982606,
        "finalizing_at": null,
        "completed_at": null,
        "failed_at": null,
        "expired_at": null,
        "cancelling_at": null,
        "cancelled_at": null,
        "request_counts": {
          "total": 0,
          "completed": 0,
          "failed": 0
        },
        "usage": {
          "input_tokens": 0,
          "output_tokens": 0,
          "total_tokens": 0,
          "input_tokens_details": {
            "cached_tokens": 0
          },
          "output_tokens_details": {
            "reasoning_tokens": 0
          }
        },
        "metadata": {
          "testMetadataKey": "test metadata value"
        }
      }
    },
    {
      "RequestUri": "https://api.openai.com/v1/batches/batch_6904670e9638819082caf7bd85838f00",
      "RequestMethod": "GET",
      "RequestHeaders": {
        "Accept": "application/json",
        "Authorization": "Sanitized",
        "User-Agent": "OpenAI/2.6.0 (.NET 9.0.10; Microsoft Windows 10.0.26200)"
      },
      "RequestBody": null,
      "StatusCode": 200,
      "ResponseHeaders": {
        "Alt-Svc": "h3=\":443\"",
        "cf-cache-status": "DYNAMIC",
        "CF-RAY": "99717bbf3f340933-SEA",
        "Connection": "keep-alive",
        "Content-Length": "886",
        "Content-Type": "application/json",
        "Date": "Fri, 31 Oct 2025 07:36:47 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "82",
        "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": "91",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "id": "batch_6904670e9638819082caf7bd85838f00",
        "object": "batch",
        "endpoint": "/v1/chat/completions",
        "model": null,
        "errors": null,
        "input_file_id": "file-VexCdh2zzKqH8ZcpoqRXPD",
        "completion_window": "24h",
        "status": "validating",
        "output_file_id": null,
        "error_file_id": null,
        "created_at": 1761896206,
        "in_progress_at": null,
        "expires_at": 1761982606,
        "finalizing_at": null,
        "completed_at": null,
        "failed_at": null,
        "expired_at": null,
        "cancelling_at": null,
        "cancelled_at": null,
        "request_counts": {
          "total": 0,
          "completed": 0,
          "failed": 0
        },
        "usage": {
          "input_tokens": 0,
          "output_tokens": 0,
          "total_tokens": 0,
          "input_tokens_details": {
            "cached_tokens": 0
          },
          "output_tokens_details": {
            "reasoning_tokens": 0
          }
        },
        "metadata": {
          "testMetadataKey": "test metadata value"
        }
      }
    }
  ],
  "Variables": {
    "OPEN-API-KEY": "api-key"
  }
}
