# Retrieve a documentation change **GET /changes/fetch** Retrieve a single visible documentation change by its identifier. ## 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 - **id** (string(uuid)) Unique identifier of the documentation change. ## Responses ### 200 Returns a single visible documentation change for the MCP scope. #### Body: application/json (object) - **data** (object) ### 404 The resource was not found [Powered by Bump.sh](https://bump.sh)