On this page
Retrieve the timeline for the current account
GET /api/v1/timelineRequired Scopes
read
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
min_id |
query | no | integer | Cursor for forward pagination. Returns entries with an ID immediately greater than this value, starting from that position. Use this to page forward through older-to-newer content from a known position. |
max_id |
query | no | integer | Upper bound for backward pagination. Returns only entries with an ID less than this value, ordered newest first. Use this to load older content beyond the current page. |
order |
query | no | string | Sort order for results. When set to asc, entries are returned oldest first (useful with min_id for forward pagination). When set to desc, entries are returned newest first. Defaults to desc when omitted. |
Request Body
None.
Responses
200
events list
Schema: array[event_output]
event_output
| Field | Type | Required | Description |
|---|---|---|---|
id |
integer | yes | |
type |
string | yes | |
action |
string | yes | |
created_at |
string | yes | |
account |
account_output |
yes | |
object |
short_eventable_output |
yes |
