List change fragments and releases
project_changelog_listList project change records, distinguishing released from unreleased fragments, and filter by change type, area, or visibility to locate specific changelog entries.
Instructions
List unreleased change fragments and cut releases, filtered by type, area or visibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | No | Keep only these areas. Project-declared, so the accepted values vary; project_workspace reports them. | |
| type | No | Keep only these change types. Project-declared, so the accepted values vary; project_workspace reports them. | |
| limit | No | Maximum records to return. | |
| offset | No | Skip this many matches before the page starts. | |
| released | No | true keeps only fragments already consumed by a release; false keeps only unreleased ones. | |
| visibility | No | Keep only these visibilities, typically public or internal. Project-declared, so the accepted values vary; project_workspace reports them. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum this page could contain. | |
| total | Yes | Matches before offset and limit were applied. | |
| offset | No | Offset this page started at. | |
| records | Yes | Change fragments and releases matching the filters, in list projection. |