What the activity log records
Each entry in the activity log captures the following fields:| Field | Description |
|---|---|
action | The type of event that occurred (e.g., screen_paired, team_invite). |
entity_type | The kind of object the action affected (e.g., team_member, display). |
entity_id | The unique ID of the affected object. |
details | Additional context about the event, such as the email address of an invited member. |
created_at | The timestamp when the action was recorded. |
screen_paired— a new screen was linked to your account using a pairing code.team_invite— a team member invitation was sent.
The activity log records actions automatically. You cannot create, edit, or delete log entries manually.
View recent activity from the dashboard
Open the Activity log
From the dashboard sidebar, click Activity. The log displays your most recent account actions in reverse chronological order.
Fetch the activity log via API
You can retrieve the activity log programmatically to integrate it with your own monitoring or auditing tools.limit parameter controls how many entries are returned. The default is 30 and the maximum is 100.
Example response:
API reference
Get activity log — GET /api/activity
Get activity log — GET /api/activity
Returns recent activity log entries for your account, sorted by most recent first.Query parameters:
| Parameter | Type | Default | Maximum | Description |
|---|---|---|---|---|
limit | integer | 30 | 100 | Number of entries to return. |

