---
title: "List captured network requests"
method: GET
path: "/api/v1/network/requests"
tags: ["network"]
---

# List captured network requests

`GET /api/v1/network/requests`

Returns captured HTTP requests, optionally filtered by host, method, or status code.

## Query parameters

- `limit` integer
- `host` string
- `method` string
- `statusCode` integer

## Response `200`

Array of network request summaries.

- NetworkRequestSummary[] — unresolved $ref

## Other responses

- `500` — Internal server error.

---

[API](https://skmtc.dev/dotnet/apis/devflow-agent-protocol.md) · [All operations](https://skmtc.dev/dotnet/apis/devflow-agent-protocol/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dotnet/devflow-agent-protocol/revisions/31dec8eed3de/schema)
