v2

latestOpenAPI 3.1.02026-08-05267431678.1 KB
felix

List Activity

List activity events for the authenticated user.

Uses the activity_events table to provide a unified timeline of user actions. Supports pagination via limit/offset.

Args: limit: Maximum number of activity events to return per page. offset: Number of events to skip for pagination. auth: Authentication result containing user context.

Returns: ActivityLogResponse containing activity events in reverse-chronological order.

Raises: HTTPException: If the activity log retrieval fails.

get/felix/activity

Query parameters

limitinteger
offsetinteger

Response

Successful Response

successboolean required

Whether the request succeeded

countinteger required

Number of events returned

has_moreboolean

Whether more events are available beyond the current page