Skip to main content
GET
Get a profile's trait change history

Path Parameters

user_id
string
required

Query Parameters

trait_name
string

Restrict the timeline to a single trait (e.g. lifetime_orders).

limit
string

Page size (1-200, default 50). Out-of-range or non-numeric values degrade to the default.

before
string

Legacy single-column cursor: rows changed before this ISO8601 timestamp. Prefer the composite cursor.

cursor
string

Opaque composite (changed_at, id) pagination cursor — pass the previous response's next_cursor verbatim. Stable across identical timestamps.

Response

One page of trait transitions, newest first, with next-page cursors.

One page of trait transitions, newest first, with next-page cursors.