Get agent activity events
get_agent_activity_eventsRetrieve normalized activity events for agent runs, reservations, handoffs, changesets, or status transitions. Filter by workspace, kind, agent, or status for dashboards and orchestrators.
Instructions
Purpose: Return normalized activity events for dashboards and orchestrators. When to use: call to inspect recent agent runs, reservations, handoffs, changesets, or status transitions. Inputs: workspace_id plus optional limit, kind, agent, and status filters. Side effects: none beyond database reads. Output: event records normalized for UI or agent consumption. Failure modes: returns an empty event list when no activity matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Optional event kind filter. | |
| agent | No | Optional agent name filter. | |
| limit | No | Maximum number of events to return. | |
| status | No | Optional event status filter. | |
| workspace_id | Yes | Workspace UUID whose activity should be read. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||