list_changelog_v1_changelog_get
Fetch paginated list of changelog entries, ordered by most recent publication date. Use limit and offset parameters to navigate results.
Instructions
GET /v1/changelog (public) — List changelog entries — List recent platform announcements.
Returns a paginated list of changelog entries, ordered by published_at descending (most recent first).
This is a public endpoint and does not require authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results | |
| offset | No | Offset for pagination |