Skip to main content
GET
Get schema changes
Get the history of schema changes for an asset. Use this to track drift, understand what changed, and build change management workflows.

When to Use

  • Change tracking: Monitor schema drift over time
  • Impact analysis: Understand what changed before troubleshooting
  • Compliance: Audit schema modifications
  • Integration: Sync changes to external systems

SDK & CLI Examples

Parameters

Response

Response Fields

Change Types

Error Responses

Headers

Authorization
string

Path Parameters

asset_id
string<uuid>
required

Query Parameters

days_back
integer
default:7

Days to look back for changes

Required range: 1 <= x <= 365

Response

Successful Response

Standard API response wrapper.

success
boolean
required
data
unknown
message
string | null
error
string | null
meta
Meta · object | null