{
  "Entries": [
    {
      "RequestUri": "https://api.openai.com/v1/assistants",
      "RequestMethod": "POST",
      "RequestHeaders": {
        "Accept": "application/json",
        "Authorization": "Sanitized",
        "Content-Length": "18",
        "Content-Type": "application/json",
        "OpenAI-Beta": "assistants=v2",
        "User-Agent": "OpenAI/2.5.0 (.NET 9.0.10; Microsoft Windows 10.0.26200)"
      },
      "RequestBody": {
        "model": "gpt-4o"
      },
      "StatusCode": 200,
      "ResponseHeaders": {
        "Alt-Svc": "h3=\":443\"",
        "cf-cache-status": "DYNAMIC",
        "CF-RAY": "996e3441cfa408e3-SEA",
        "Connection": "keep-alive",
        "Content-Length": "332",
        "Content-Type": "application/json",
        "Date": "Thu, 30 Oct 2025 22:03:42 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "319",
        "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": "323",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "id": "asst_3OJz0DXezz4WCqyUXBDVfLky",
        "object": "assistant",
        "created_at": 1761861822,
        "name": null,
        "description": null,
        "model": "gpt-4o",
        "instructions": null,
        "tools": [],
        "top_p": 1.0,
        "temperature": 1.0,
        "reasoning_effort": null,
        "tool_resources": {},
        "metadata": {},
        "response_format": "auto"
      }
    },
    {
      "RequestUri": "https://api.openai.com/v1/threads",
      "RequestMethod": "POST",
      "RequestHeaders": {
        "Accept": "application/json",
        "Authorization": "Sanitized",
        "Content-Length": "0",
        "OpenAI-Beta": "assistants=v2",
        "User-Agent": "OpenAI/2.5.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": "996e34446a3f08e3-SEA",
        "Connection": "keep-alive",
        "Content-Length": "137",
        "Content-Type": "application/json",
        "Date": "Thu, 30 Oct 2025 22:03:42 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "152",
        "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": "157",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "id": "thread_57O8yG1Ly6QlkLWsokhb8Ot1",
        "object": "thread",
        "created_at": 1761861822,
        "metadata": {},
        "tool_resources": {}
      }
    },
    {
      "RequestUri": "https://api.openai.com/v1/threads/thread_57O8yG1Ly6QlkLWsokhb8Ot1/runs",
      "RequestMethod": "GET",
      "RequestHeaders": {
        "Accept": "application/json",
        "Authorization": "Sanitized",
        "OpenAI-Beta": "assistants=v2",
        "User-Agent": "OpenAI/2.5.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": "996e3445ebe508e3-SEA",
        "Connection": "keep-alive",
        "Content-Length": "96",
        "Content-Type": "application/json",
        "Date": "Thu, 30 Oct 2025 22:03:42 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "23",
        "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": "27",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "object": "list",
        "data": [],
        "first_id": null,
        "last_id": null,
        "has_more": false
      }
    },
    {
      "RequestUri": "https://api.openai.com/v1/threads/thread_57O8yG1Ly6QlkLWsokhb8Ot1/messages",
      "RequestMethod": "POST",
      "RequestHeaders": {
        "Accept": "application/json",
        "Authorization": "Sanitized",
        "Content-Length": "45",
        "Content-Type": "application/json",
        "OpenAI-Beta": "assistants=v2",
        "User-Agent": "OpenAI/2.5.0 (.NET 9.0.10; Microsoft Windows 10.0.26200)"
      },
      "RequestBody": {
        "role": "user",
        "content": "Hello, assistant!"
      },
      "StatusCode": 200,
      "ResponseHeaders": {
        "Alt-Svc": "h3=\":443\"",
        "cf-cache-status": "DYNAMIC",
        "CF-RAY": "996e34469c8908e3-SEA",
        "Connection": "keep-alive",
        "Content-Length": "391",
        "Content-Type": "application/json",
        "Date": "Thu, 30 Oct 2025 22:03:42 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "272",
        "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": "276",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "id": "msg_tDFe4HaQ3dRRoFaoetUMAQpt",
        "object": "thread.message",
        "created_at": 1761861822,
        "assistant_id": null,
        "thread_id": "thread_57O8yG1Ly6QlkLWsokhb8Ot1",
        "run_id": null,
        "role": "user",
        "content": [
          {
            "type": "text",
            "text": {
              "value": "Hello, assistant!",
              "annotations": []
            }
          }
        ],
        "attachments": [],
        "metadata": {}
      }
    },
    {
      "RequestUri": "https://api.openai.com/v1/threads/thread_57O8yG1Ly6QlkLWsokhb8Ot1/runs?include[]=step_details.tool_calls%5B%2A%5D.file_search.results%5B%2A%5D.content",
      "RequestMethod": "POST",
      "RequestHeaders": {
        "Accept": "application/json, text/event-stream",
        "Authorization": "Sanitized",
        "Content-Length": "73",
        "Content-Type": "application/json",
        "OpenAI-Beta": "assistants=v2",
        "User-Agent": "OpenAI/2.5.0 (.NET 9.0.10; Microsoft Windows 10.0.26200)"
      },
      "RequestBody": {
        "assistant_id": "asst_3OJz0DXezz4WCqyUXBDVfLky",
        "additional_messages": []
      },
      "StatusCode": 200,
      "ResponseHeaders": {
        "Alt-Svc": "h3=\":443\"",
        "cf-cache-status": "DYNAMIC",
        "CF-RAY": "996e3448decb08e3-SEA",
        "Connection": "keep-alive",
        "Content-Length": "827",
        "Content-Type": "application/json",
        "Date": "Thu, 30 Oct 2025 22:03:43 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "865",
        "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": "870",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "id": "run_6aoVDZ7Q3E3gsHKyjIR2ydXX",
        "object": "thread.run",
        "created_at": 1761861823,
        "assistant_id": "asst_3OJz0DXezz4WCqyUXBDVfLky",
        "thread_id": "thread_57O8yG1Ly6QlkLWsokhb8Ot1",
        "status": "queued",
        "started_at": null,
        "expires_at": 1761862423,
        "cancelled_at": null,
        "failed_at": null,
        "completed_at": null,
        "required_action": null,
        "last_error": null,
        "model": "gpt-4o",
        "instructions": null,
        "tools": [],
        "tool_resources": {},
        "metadata": {},
        "temperature": 1.0,
        "top_p": 1.0,
        "reasoning_effort": null,
        "max_completion_tokens": null,
        "max_prompt_tokens": null,
        "truncation_strategy": {
          "type": "auto",
          "last_messages": null
        },
        "incomplete_details": null,
        "usage": null,
        "response_format": "auto",
        "tool_choice": "auto",
        "parallel_tool_calls": true
      }
    },
    {
      "RequestUri": "https://api.openai.com/v1/threads/thread_57O8yG1Ly6QlkLWsokhb8Ot1/runs/run_6aoVDZ7Q3E3gsHKyjIR2ydXX",
      "RequestMethod": "GET",
      "RequestHeaders": {
        "Accept": "application/json",
        "Authorization": "Sanitized",
        "OpenAI-Beta": "assistants=v2",
        "User-Agent": "OpenAI/2.5.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": "996e344ecd1008e3-SEA",
        "Connection": "keep-alive",
        "Content-Length": "827",
        "Content-Type": "application/json",
        "Date": "Thu, 30 Oct 2025 22:03:44 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "204",
        "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": "210",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "id": "run_6aoVDZ7Q3E3gsHKyjIR2ydXX",
        "object": "thread.run",
        "created_at": 1761861823,
        "assistant_id": "asst_3OJz0DXezz4WCqyUXBDVfLky",
        "thread_id": "thread_57O8yG1Ly6QlkLWsokhb8Ot1",
        "status": "queued",
        "started_at": null,
        "expires_at": 1761862423,
        "cancelled_at": null,
        "failed_at": null,
        "completed_at": null,
        "required_action": null,
        "last_error": null,
        "model": "gpt-4o",
        "instructions": null,
        "tools": [],
        "tool_resources": {},
        "metadata": {},
        "temperature": 1.0,
        "top_p": 1.0,
        "reasoning_effort": null,
        "max_completion_tokens": null,
        "max_prompt_tokens": null,
        "truncation_strategy": {
          "type": "auto",
          "last_messages": null
        },
        "incomplete_details": null,
        "usage": null,
        "response_format": "auto",
        "tool_choice": "auto",
        "parallel_tool_calls": true
      }
    },
    {
      "RequestUri": "https://api.openai.com/v1/threads/thread_57O8yG1Ly6QlkLWsokhb8Ot1/runs",
      "RequestMethod": "GET",
      "RequestHeaders": {
        "Accept": "application/json",
        "Authorization": "Sanitized",
        "OpenAI-Beta": "assistants=v2",
        "User-Agent": "OpenAI/2.5.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": "996e3450beea08e3-SEA",
        "Connection": "keep-alive",
        "Content-Length": "1115",
        "Content-Type": "application/json",
        "Date": "Thu, 30 Oct 2025 22:03:44 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "314",
        "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": "326",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "object": "list",
        "data": [
          {
            "id": "run_6aoVDZ7Q3E3gsHKyjIR2ydXX",
            "object": "thread.run",
            "created_at": 1761861823,
            "assistant_id": "asst_3OJz0DXezz4WCqyUXBDVfLky",
            "thread_id": "thread_57O8yG1Ly6QlkLWsokhb8Ot1",
            "status": "queued",
            "started_at": null,
            "expires_at": 1761862423,
            "cancelled_at": null,
            "failed_at": null,
            "completed_at": null,
            "required_action": null,
            "last_error": null,
            "model": "gpt-4o",
            "instructions": null,
            "tools": [],
            "tool_resources": {},
            "metadata": {},
            "temperature": 1.0,
            "top_p": 1.0,
            "reasoning_effort": null,
            "max_completion_tokens": null,
            "max_prompt_tokens": null,
            "truncation_strategy": {
              "type": "auto",
              "last_messages": null
            },
            "incomplete_details": null,
            "usage": null,
            "response_format": "auto",
            "tool_choice": "auto",
            "parallel_tool_calls": true
          }
        ],
        "first_id": "run_6aoVDZ7Q3E3gsHKyjIR2ydXX",
        "last_id": "run_6aoVDZ7Q3E3gsHKyjIR2ydXX",
        "has_more": false
      }
    },
    {
      "RequestUri": "https://api.openai.com/v1/threads/thread_57O8yG1Ly6QlkLWsokhb8Ot1/messages",
      "RequestMethod": "GET",
      "RequestHeaders": {
        "Accept": "application/json",
        "Authorization": "Sanitized",
        "OpenAI-Beta": "assistants=v2",
        "User-Agent": "OpenAI/2.5.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": "996e3453395d08e3-SEA",
        "Connection": "keep-alive",
        "Content-Length": "623",
        "Content-Type": "application/json",
        "Date": "Thu, 30 Oct 2025 22:03:44 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "36",
        "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": "40",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "object": "list",
        "data": [
          {
            "id": "msg_tDFe4HaQ3dRRoFaoetUMAQpt",
            "object": "thread.message",
            "created_at": 1761861822,
            "assistant_id": null,
            "thread_id": "thread_57O8yG1Ly6QlkLWsokhb8Ot1",
            "run_id": null,
            "role": "user",
            "content": [
              {
                "type": "text",
                "text": {
                  "value": "Hello, assistant!",
                  "annotations": []
                }
              }
            ],
            "attachments": [],
            "metadata": {}
          }
        ],
        "first_id": "msg_tDFe4HaQ3dRRoFaoetUMAQpt",
        "last_id": "msg_tDFe4HaQ3dRRoFaoetUMAQpt",
        "has_more": false
      }
    },
    {
      "RequestUri": "https://api.openai.com/v1/threads/thread_57O8yG1Ly6QlkLWsokhb8Ot1/runs/run_6aoVDZ7Q3E3gsHKyjIR2ydXX",
      "RequestMethod": "GET",
      "RequestHeaders": {
        "Accept": "application/json",
        "Authorization": "Sanitized",
        "OpenAI-Beta": "assistants=v2",
        "User-Agent": "OpenAI/2.5.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": "996e345a487208e3-SEA",
        "Connection": "keep-alive",
        "Content-Length": "838",
        "Content-Type": "application/json",
        "Date": "Thu, 30 Oct 2025 22:03:45 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "235",
        "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": "240",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "id": "run_6aoVDZ7Q3E3gsHKyjIR2ydXX",
        "object": "thread.run",
        "created_at": 1761861823,
        "assistant_id": "asst_3OJz0DXezz4WCqyUXBDVfLky",
        "thread_id": "thread_57O8yG1Ly6QlkLWsokhb8Ot1",
        "status": "in_progress",
        "started_at": 1761861824,
        "expires_at": 1761862423,
        "cancelled_at": null,
        "failed_at": null,
        "completed_at": null,
        "required_action": null,
        "last_error": null,
        "model": "gpt-4o",
        "instructions": null,
        "tools": [],
        "tool_resources": {},
        "metadata": {},
        "temperature": 1.0,
        "top_p": 1.0,
        "reasoning_effort": null,
        "max_completion_tokens": null,
        "max_prompt_tokens": null,
        "truncation_strategy": {
          "type": "auto",
          "last_messages": null
        },
        "incomplete_details": null,
        "usage": null,
        "response_format": "auto",
        "tool_choice": "auto",
        "parallel_tool_calls": true
      }
    },
    {
      "RequestUri": "https://api.openai.com/v1/threads/thread_57O8yG1Ly6QlkLWsokhb8Ot1/runs/run_6aoVDZ7Q3E3gsHKyjIR2ydXX",
      "RequestMethod": "GET",
      "RequestHeaders": {
        "Accept": "application/json",
        "Authorization": "Sanitized",
        "OpenAI-Beta": "assistants=v2",
        "User-Agent": "OpenAI/2.5.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": "996e3462993908e3-SEA",
        "Connection": "keep-alive",
        "Content-Length": "1046",
        "Content-Type": "application/json",
        "Date": "Thu, 30 Oct 2025 22:03:47 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "354",
        "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": "357",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "id": "run_6aoVDZ7Q3E3gsHKyjIR2ydXX",
        "object": "thread.run",
        "created_at": 1761861823,
        "assistant_id": "asst_3OJz0DXezz4WCqyUXBDVfLky",
        "thread_id": "thread_57O8yG1Ly6QlkLWsokhb8Ot1",
        "status": "completed",
        "started_at": 1761861824,
        "expires_at": null,
        "cancelled_at": null,
        "failed_at": null,
        "completed_at": 1761861825,
        "required_action": null,
        "last_error": null,
        "model": "gpt-4o",
        "instructions": null,
        "tools": [],
        "tool_resources": {},
        "metadata": {},
        "temperature": 1.0,
        "top_p": 1.0,
        "reasoning_effort": null,
        "max_completion_tokens": null,
        "max_prompt_tokens": null,
        "truncation_strategy": {
          "type": "auto",
          "last_messages": null
        },
        "incomplete_details": null,
        "usage": {
          "prompt_tokens": 32,
          "completion_tokens": 11,
          "total_tokens": 43,
          "prompt_token_details": {
            "cached_tokens": 0
          },
          "completion_tokens_details": {
            "reasoning_tokens": 0
          }
        },
        "response_format": "auto",
        "tool_choice": "auto",
        "parallel_tool_calls": true
      }
    },
    {
      "RequestUri": "https://api.openai.com/v1/threads/thread_57O8yG1Ly6QlkLWsokhb8Ot1/messages",
      "RequestMethod": "GET",
      "RequestHeaders": {
        "Accept": "application/json",
        "Authorization": "Sanitized",
        "OpenAI-Beta": "assistants=v2",
        "User-Agent": "OpenAI/2.5.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": "996e34657c5208e3-SEA",
        "Connection": "keep-alive",
        "Content-Length": "1171",
        "Content-Type": "application/json",
        "Date": "Thu, 30 Oct 2025 22:03:47 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "68",
        "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": "76",
        "x-openai-proxy-wasm": "v0.1",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "object": "list",
        "data": [
          {
            "id": "msg_gvoLfmRQiEDZzyQDTXZHqIvB",
            "object": "thread.message",
            "created_at": 1761861825,
            "assistant_id": "asst_3OJz0DXezz4WCqyUXBDVfLky",
            "thread_id": "thread_57O8yG1Ly6QlkLWsokhb8Ot1",
            "run_id": "run_6aoVDZ7Q3E3gsHKyjIR2ydXX",
            "role": "assistant",
            "content": [
              {
                "type": "text",
                "text": {
                  "value": "Hello! How can I assist you today?",
                  "annotations": []
                }
              }
            ],
            "attachments": [],
            "metadata": {}
          },
          {
            "id": "msg_tDFe4HaQ3dRRoFaoetUMAQpt",
            "object": "thread.message",
            "created_at": 1761861822,
            "assistant_id": null,
            "thread_id": "thread_57O8yG1Ly6QlkLWsokhb8Ot1",
            "run_id": null,
            "role": "user",
            "content": [
              {
                "type": "text",
                "text": {
                  "value": "Hello, assistant!",
                  "annotations": []
                }
              }
            ],
            "attachments": [],
            "metadata": {}
          }
        ],
        "first_id": "msg_gvoLfmRQiEDZzyQDTXZHqIvB",
        "last_id": "msg_tDFe4HaQ3dRRoFaoetUMAQpt",
        "has_more": false
      }
    }
  ],
  "Variables": {
    "OPEN-API-KEY": "api-key"
  }
}
