# Fetch a full documentation version including diff summary **GET /versions/{version_id}** Fetch a full documentation version including diff summary. ## Servers ## Authentication methods - Authorization token - Basic token ## Parameters ### Path parameters - **version_id** (string) UUID of an existing version from which to fetch a documentation change ## Responses ### 200 Success #### Body: (object) - **id** (string) Unique id of your version. - **doc_id** (string) Unique id of your documentation. - **doc_public_url** (string) The public URL of your documentation. - **diff_details** (array[object]) Details of each change as a list of diff items - **diff_markdown** (string) The comparaison diff summary in markdown format - **diff_summary** (string) The comparaison diff summary - **diff_public_url** (string) The public URL of your diff - **diff_breaking** (boolean) Identifies if the diff includes breaking changes ### 202 Documentation version is still being processed. Please try again later ### 404 Version not found [Powered by Bump.sh](https://bump.sh)