# Search across all documentation pages in the portal by keyword **GET /search** Search across all documentation pages in the portal by keyword. ## 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 - **query** (string) Search query string. Matches against page titles, content, and metadata. - **url** (string) Filter results by page. Useful to narrow down results of a specific documentation page. - **type** (string) Filter results by object type. Useful to narrow down results when looking for a specific kind of documentation page. ## Responses ### 200 Returns matching pages with their URL, title, type, and a text excerpt. Use this to find specific endpoints, or topics when the user asks about a particular feature or concept. #### Body: application/json (object) - **data** (array[object]) - **metadata** (object) [Powered by Bump.sh](https://bump.sh)