---
title: "Fetch the markdown of a single Windmill documentation page. Provide the `url` of a page found via searchDocs (its Source URL). If the page is large, this returns its list of section headings instead of the full content; call again with the `section` argument set to one of those headings to read that section."
method: GET
path: "/docs/page"
tags: ["documentation"]
---

# Fetch the markdown of a single Windmill documentation page. Provide the \`url\` of a page found via searchDocs (its Source URL). If the page is large, this returns its list of section headings instead of the full content; call again with the \`section\` argument set to one of those headings to read that section.

`GET /docs/page`

## Query parameters

- `url` string, required
- `section` string

## Response `200`

documentation page content

- object
  - `text` string, required
  - `source_url` string, required

## Changes

- **2026-06-25** `8fd2617ee2c2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/windmill/apis/windmill-api/changes/docs/page/get.md)

---

[API](https://skmtc.dev/windmill/apis/windmill-api.md) · [All operations](https://skmtc.dev/windmill/apis/windmill-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/windmill/windmill-api/revisions/d72cb4998657/schema)
