Returns the list of changes based on the provided start_date.
If no start_date is provided it returns the oldest set of recorded changes.
Changes for the last 4 weeks are retained. The items will be returned using
processed_at in ASC order (oldest first).
This endpoint requires one of the following scopes:
ledger_entries:all,ledger_entries:readonly
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
This endpoint requires one of the following scopes:
ledger_entries:all,ledger_entries:readonly
⚠️ Changes may take up to a few minutes to appear after the underlying write, so this endpoint is not suitable for read-after-write verification.
- ❌ Write a document, then immediately poll this endpoint to confirm the ledger entries exist
- ✅ Write a document, then read from the List Ledger Entries endpoint for immediate confirmation
Use this changelog endpoint for event-driven sync workflows where you process everything that changed since a given cursor — not to verify a specific recent write landed.
500Internal server error