Get Event Log
get_event_logQuery project event history with filters on time, type, entity, or session to track workflow state changes.
Instructions
Query the project event log with filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional limit (default 50). | |
| since | No | Optional ISO 8601 start timestamp filter. | |
| until | No | Optional ISO 8601 end timestamp filter. | |
| offset | No | Optional offset. | |
| project | No | Optional project identifier. | |
| entity_id | No | Optional filter by node or edge ID. | |
| event_type | No | Optional filter by event type (e.g. node_created). | |
| session_id | No | Optional filter by session ID. |