manus_webhook_events_list
Retrieve and filter webhook events received by the local webhook receiver by event type or task ID.
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 |
|---|---|---|---|
| limit | No | ||
| order | No | desc | |
| task_id | No | ||
| event_type | No | ||
| since_received_at | No | Unix seconds. Only events strictly newer are returned. |