GET /api/v1/accounts/{account_id}/timeline

Parameters

Name In Required Type Description
account_id path yes integer
with_replies query no boolean When true, includes reply events in the timeline in addition to original posts. Defaults to false.

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