Get record field history
Returns the field-change history for a record, newest first: which field changed, the previous and new values, who made the change, and when. user is null for system or AI-generated changes such as enrichment and workflows. old_value_label and new_value_label are set for reference-type values (currently opportunity stages); other fields return their raw values. History is recorded from the point change tracking was enabled for your workspace; earlier changes are not available. In place of the x-api-key header, the API key may also be sent as Authorization: Bearer YOUR_API_KEY. Rate limits: 300 requests per minute and 100,000 requests per month, shared across v1 read endpoints.
Authorizations
Public API key for the Octolane organization.
Path Parameters
Object collection the record belongs to.
accounts, contacts, opportunities The record ID.
Query Parameters
Restrict history to a single field, identified by its stable property name (for example opportunity_stage).
Page number.
x >= 1Entries per page.
1 <= x <= 100