BugSnag: Get Release
bugsnag_get_releaseRetrieve details for a release by its ID, including source control information, stability metrics, and the builds that compose it.
Instructions
Get more details for a specific release by its ID, including source control information and associated builds
Toolset: Releases
Parameters:
projectId (string): Unique identifier of the project. This is optional if a current project is set and is used to set the current project for BugSnag tools.
releaseId (string) required: Unique identifier of the app release
Output Description: JSON object containing release details along with stability metrics such as user and session stability, and whether it meets project targets
Use Cases: 1. View release metadata such as version, source control info, and error counts 2. Analyze the stability data and targets for a release 3. See the builds that make up the release
Examples:
Get details for a specific release
{
"releaseId": "5f8d0d55c9e77c0017a1b2c3"
}Expected Output: JSON object with release details including version, source control info, error counts and stability data.
Hints: 1. Release IDs can be found using the List releases tool
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Unique identifier of the project. This is optional if a current project is set and is used to set the current project for BugSnag tools. | |
| releaseId | Yes | Unique identifier of the app release |