Changelog
List Changelog
Retrieve a list of Changelog for your workspace.
GET
method
/changelogs
path
Query Parameters
Below are the query parameters available for customizing the response:
id
string | undefined
Unique identifier of the changelog.
search
string | undefined
Keyword search among changelogs.
status
Draft | Published | undefined
Filter by changelog status.
labels
string | undefined
Filter by labels associated with changelogs.
limit
1-100
default: "10"Number of changelogs returned in one request.
page
1-n
default: "1"1-n Page number for pagination.