---
title: "Get network request detail"
method: GET
path: "/api/v1/network/requests/{id}"
tags: ["network"]
---

# Get network request detail

`GET /api/v1/network/requests/{id}`

Returns full details for a captured network request, including headers and body content.

## Path parameters

- `id` string, required

## Response `200`

Full network request detail.

- NetworkRequestDetail — unresolved $ref

## Other responses

- `404` — Resource not found.
- `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)
