get_user_activity_v1_users__user_id__activity_get
Retrieve a paginated activity feed for a user, showing recent actions such as dataset creation and starring. Filter by activity type and control pagination with limit and offset.
Instructions
GET /v1/users/{user_id}/activity (public) — Get User Activity — Get paginated activity feed for a user.
Returns a list of activities (dataset creation, starring, syncing, etc.) ordered by most recent first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| limit | No | Maximum number of activities to return | |
| offset | No | Number of activities to skip | |
| type | No | Filter by activity type: created, starred, unstarred, synced, updated |