Entity API
List Entity Field Value History
List the change history for an entity’s field values. Returns historical and current values ordered by most recent first. Optionally filter by field ID or field key.
GET
List Entity Field Value History
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the entity.
Query Parameters
Optional: filter by a specific field ID.
Optional: filter by a specific field key (alternative to field_id).
Maximum number of results to return. Default is 100, maximum is 1000.
Token for pagination. Leave empty for the first request.
List Entity Field Value History

