# Retrieve full content of documentation pages **GET /fetch** Retrieve the full content of one or more documentation pages by their URLs, including code examples (calls, requests and responses examples). ## 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 | array[string]) Page URL or list of page URLs to retrieve (1 to 10). ## Responses ### 200 Returns the complete page content, title, type, and examples (for operation only). #### Body: application/json (object) - **data** (array[object]) ### 404 The resource was not found [Powered by Bump.sh](https://bump.sh)