---
title: "Get child pages"
method: GET
path: "/pages/{id}/children"
tags: ["Children"]
deprecated: true
---

# Get child pages

`GET /pages/{id}/children`

> **Deprecated.**

Returns all child pages for given page id. The number of results is limited by the `limit` parameter and additional results (if available)
will be available through the `next` URL present in the `Link` response header.

**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
Permission to access the Confluence site ('Can use' global permission).
Only pages that the user has permission to view will be returned.

## Path parameters

- `id` integer, required

## Query parameters

- `cursor` string
- `limit` integer
- `sort` string

## Response `200`

Returned if the requested child pages are returned.

- object
  - `results` ChildPage[]
    - `id` string — ID of the page.
    - `status` 'current' | 'archived' — The status of the content.
    - `title` string — Title of the page.
    - `spaceId` string — ID of the space the page is in.
    - `childPosition` integer, nullable — Position of child page within the given parent page tree.
  - `_links` MultiEntityLinks
    - `next` string — Used for pagination. Contains the relative URL for the next set of results, using a cursor query parameter. This property will not be present if there is no additional data available.
    - `base` string — Base url of the Confluence site.

## Other responses

- `400` — Returned if an invalid request is provided.
- `401` — Returned if the authentication credentials are incorrect or missing from the request.

---

[API](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api-v2.md) · [All operations](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-confluence-cloud-rest-api-v2/revisions/c4bd1ed570f2/schema)
