Get changelog for a specific entity
Returns the change history for an entity, showing what fields changed over time with previous and current values. Temporarily disabled while the upstream dbt deltas pipeline is broken — returns 503.
Documentation Index
Fetch the complete documentation index at: https://developers.beta.dealroom.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Auth0 JWT access token. Paste a token obtained from your preferred OAuth2 flow. For machine-to-machine use, the OAuth2 client_credentials scheme below can mint a token directly from your client_id / client_secret inside the Swagger UI Authorize dialog.
Path Parameters
1^(\d+|[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})$"12345"
Query Parameters
Return changes on or after this date (YYYY-MM-DD, max 90 days back)
^\d{4}-\d{2}-\d{2}$"2026-03-20"
Number of changelog entries to return (1-200, default 50)
"50"