Optionalparams: {Query parameters.
OptionalafterCursor?: stringOpaque cursor from a previous response's after_cursor field. Returns entries newer than the cursor's position.
Optionalagent?: string[]Restrict results to entries associated with these agent IDs (agt_...). Accepts multiple values.
OptionalbeforeCursor?: stringOpaque cursor from a previous response's before_cursor field. Returns entries older than the cursor's position.
OptionalcorrelationId?: stringRestrict results to entries that share this correlation group identifier. Useful for tracing a chain of related events.
Optionalkind?: string[]One or more entry kinds to include. Accepted values: routine_run, automation_run, thread_story, agent_quality_verdict, generic. Omit to return all kinds.
Optionallevel?: string[]One or more severity levels to include. Accepted values: debug, info, warn, error, audit. Omit to return all levels.
Optionallimit?: numberMaximum number of entries to return per page. Defaults to 50; maximum is 100.
Optionalorg?: string[]Restrict results to entries associated with these organization IDs (org_...). Accepts multiple values.
Optionalteam?: string[]Restrict results to entries associated with these team IDs (tem_...). Accepts multiple values.
Optionalthread?: string[]Restrict results to entries associated with these thread IDs (thr_...). Accepts multiple values.
Successful response
List activity feed entries Returns a cursor-paginated list of activity feed entries visible to the authenticated user. Entries are ordered from newest to oldest by default. Use
before_cursorto page backward andafter_cursorto page forward. Results are scoped to the caller's app. All filter params are optional and can be combined. Passing multiple values in an array filter returns entries matching any of the supplied values (OR semantics). Invalidkindorlevelvalues return a 400 error listing the accepted values rather than being silently ignored.