history
Retrieve the recorded metrics history of a post or profile to view growth curves over time. Optionally filter by date to get only new data points.
Instructions
Get the recorded metrics history of a post OR a profile — the growth curve. Every fresh metrics fetch records a { t, views, likes, comments, shares, quotes, bookmarks } snapshot (profiles: { t, followers, posts }); this returns the series (oldest first). Pass since (ISO-8601 or unix ms) to get only the points after that moment — poll the delta, not the whole series. An empty series means the URL hasn't been fetched yet: call metrics or profile on it to start the series.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The public post or profile URL. | |
| since | No | Optional — ISO-8601 date or unix milliseconds; only points after this moment are returned. |