manus_webhook_events_list
List webhook events from the local receiver, filtering by event type and task ID, to monitor task creation and stopping activities.
Instructions
List webhook events received by the local webhook receiver. Filter by event_type ('task_created' / 'task_stopped') and/or task_id. Requires the webhook receiver to be running (see manus-mcp-webhook).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_type | No | ||
| task_id | No | ||
| since_received_at | No | Unix seconds. Only events strictly newer are returned. | |
| limit | No | ||
| order | No | desc |