fetch_changelog
Fetch versioned changelog entries for a specific API (openai, anthropic, stripe, github, twilio, cloudflare, sendgrid, slack). Filter by date and breaking-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries to return (default 10, max 50) | |
| since | No | Return entries on or after this date (ISO 8601) | |
| api_id | Yes | API identifier | |
| breaking_only | No | Return only entries with breaking changes |