Get changelog entries
GET/v2/changelog
Retrieve audit-style changelog entries for incidents and events.
This endpoint streams platform activity logs including:
- Incident changes: Status transitions, assignee updates, priority changes
- Event changes: Status updates, magnitude changes, issue updates, assignee changes
- Comment changes: Added, edited, pinned, unpinned, deleted
Use Case: Maintain real-time synchronization with external SIEM/SOAR systems, track remediation progress, and audit trail compliance.
Data Retention: Last 30 days of activity logs
Pagination: Use cursor-based pagination with sortable_id for resumable streaming.
Rate Limits:
- 100 requests per hour per organization
- Recommended polling interval: Every 5-15 minutes
Request
Responses
- 200
- 400
- 401
- 429
Successfully retrieved changelog entries
Bad Request
Unauthorized
Too Many Requests