---
title: "Get page source"
method: GET
path: "/api/v1/webview/source"
tags: ["webview"]
---

# Get page source

`GET /api/v1/webview/source`

Returns the HTML source of the WebView page.

## Query parameters

- `contextId` string

## Response `200`

Page HTML source.

## Other responses

- `404` — Element 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)
