get_user_timeline
The timeline of one customer: every raw event whose user_id matches any of the given identifiers, ordered by when it occurred (newest first), with a summary of the range on the first page. Bounded by the plan's retention. Page with next_cursor until exhausted is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | No | Organization slug; omit for the default organization. See list_organizations. | |
| limit | No | ||
| since | No | Earliest occurrence time: ISO-8601 with offset, YYYY-MM-DD (org-local day), or 30m/24h/7d/2w back. | |
| until | No | Latest occurrence time, same forms as since. | |
| cursor | No | next_cursor from the previous page. | |
| user_ids | Yes | The customer's identifiers as the sender set user_id (exact match); combine a customer id with an alias learned from a payload. |