# List child pages **GET /list** List all child pages under a given URL in the portal hierarchy. ## Servers - Production: https://bump.sh/api/portal/v1 () ## Parameters ### Headers - **Portal-Url** (string) A url of public portal: - E.g. for a Documentation `https://developers.bump.sh` - E.g. for a Hub `https://www.elastic.co/docs/api` - E.g. for an Organization `https://apidocs.lastminute.com/` ### Query parameters - **url** (string) Use a target page URL returned by either the `GET /search` or `GET /list` operations. ## Responses ### 200 Returns a summary of each child page (URL, title, type, description) without full content. #### Body: application/json (object) - **data** (array[object]) ### 404 The resource was not found [Powered by Bump.sh](https://bump.sh)