chat_id pointing to the chat where the release analysis happened.
GET /v1/releases
List releases for your project.
Returns releases in descending merged_at order, newest first.
Request
Bearer token. See Authentication.
Filter by status:
"active" or "dismissed".Number of releases to return. Default
20, max 100.Cursor for pagination. Pass the
id of the last release from the previous page.GET /v1/releases/:id
Retrieve a single release with full pull request metadata.
Request
Bearer token. See Authentication.
Release ID (UUID).
404 if the release doesn’t exist or doesn’t belong to your project.
Release object
Release ID (UUID).
"release""active" or "dismissed".GitHub pull request number.
GitHub pull request title.
GitHub pull request description. Only returned by
GET /v1/releases/:id.GitHub pull request URL.
GitHub username or author handle for the pull request.
ISO 8601 timestamp for when the pull request was merged.
ISO 8601 timestamp for the last release analysis run, or
null if analysis has not run yet.ISO 8601 timestamp for when the release record was created.