Activity
Who did what and when.
Updated on January 1, 1970
Privacy and analytics
We use necessary technical cookies and, only with your consent, analytics and marketing pixels to improve the website and measure campaigns.
Who did what and when.
Updated on January 1, 1970
Read-only in every door.
What happened in the brand: who did what and when, including actions taken by Nödo and external agents.
| Field | Value |
|---|---|
| Kind | Read |
| HTTP method | POST /api/v1/activity.list |
| MCP tool | activity_list |
| Scope | activity.read |
| Minimum role | Viewer |
| Human confirmation | No |
| Doors | Nödo, Voice, MCP, API |
| Status | Planned |
| Widget | list |
Input
{
cursor?: string // ≤ 512 · Opaque cursor from a previous `nextCursor`.
limit?: integer // 1–50 · default 20
}Output
{
items: Array<{
id: string // uuid
actor: string
action: string
subject: string | null
createdAt: string
}>
nextCursor: string | null
}