# List documentation changes **GET /changes/list** List visible documentation changes for a given resource. Supported resource types are a Hub, an API documentation, a specific version. ## 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. - **page** (integer) Page number (1-based). - **limit** (integer) Maximum number of results per page. ## Responses ### 200 Returns the list of visible documentation changes for the target resource, ordered from most recent to oldest. #### Body: application/json (object) - **data** (array[object]) - **metadata** (object) ### 404 The resource was not found [Powered by Bump.sh](https://bump.sh)