# Activity

> SDK methods for the Activity module, accessed via `soat.activity`. See the [Activity module docs](/docs/modules/activity) for permissions and data model, and each method's REST page for the full request/response schema.

# Activity

SDK methods for the Activity module, accessed via `soat.activity`. See the [Activity module docs](/docs/modules/activity) for permissions and data model, and each method's REST page for the full request/response schema.

### `soat.activity.listActivity()`

List activity feed entries

- Method: `GET`
- Path: `/api/v1/activity`

```ts
await soat.activity.listActivity({
  query: { /* + optional */ },
});
```

→ [Request & response schema](/docs/api/activity/list-activity)
