list_events
Retrieve recent raw activity events from integrations to inspect signal and verify data production. Optionally filter by source or project.
Instructions
List recent raw context events (individual pieces of tracked activity: a push, a message, an issue update) newest first. Use it to inspect the underlying signal a generation would draw on, or to check whether a source is producing data. With a project scope it is limited to that project's bound resources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max events to return (1-100, default 20). | |
| source | No | Restrict to one source id (e.g. "github"). Unknown ids are rejected with 400. | |
| project_id | No | Project id (from list_projects) to scope to. Omit (or rely on the active project) for the owner's personal-stream events. |