GET /repos/{owner}/{repo}/releases/{release_id}
Summary: Get a release
Operation ID: repos/get-release
Auth: bearer_token
Operation ID: repos/get-release
Auth: bearer_token
Description
Gets a public release with the specified release ID. > [!NOTE] > This returns an `upload_url` key corresponding to the endpoint for uploading release assets. This key is a hypermedia resource. For more information, see "[Getting started with the REST API](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."
Parameters (3)
owner
(string, path, required)
The account owner of the repository. The name is not case sensitive.
release_id
(integer, path, required)
The unique identifier of the release.
repo
(string, path, required)
The name of the repository without the `.git` extension. The name is not case sensitive.
No probe data for this endpoint yet.