linear_getReleaseById
Retrieve detailed information for a release using its unique ID or slug.
Instructions
Get details of a specific release
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID or slug of the release to retrieve |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| name | No | ||
| stage | No | ||
| issues | No | ||
| creator | No | ||
| trashed | No | ||
| version | No | ||
| pipeline | No | ||
| commitSha | No | ||
| createdAt | No | ||
| startDate | No | ||
| startedAt | No | ||
| updatedAt | No | ||
| canceledAt | No | ||
| issueCount | No | ||
| targetDate | No | ||
| completedAt | No | ||
| description | No | ||
| releaseNotes | No | ||
| currentProgress | No |