Skip to main content
For AI agents: a documentation index is available at https://docs.parallel.ai/llms.txt. The full text of all docs is at https://docs.parallel.ai/llms-full.txt. You may also fetch any page as Markdown by appending .md to its URL or sending Accept: text/markdown.
The simulate event endpoint allows you to test your webhook integration without waiting for a scheduled monitor run.

Endpoint

Query Parameters

Response

Returns 204 No Content on success.

Errors

Usage

Test Event Groups

When you simulate a monitor.event.detected event, the webhook payload includes a test event_group_id. You can retrieve this test event group using the standard endpoint:
Test event group IDs return dummy event data, allowing you to verify your full webhook processing pipeline—from receiving the webhook to fetching event details.
Response:
  • Webhooks: Configure webhooks and understand event payloads
  • Events: Event types and event groups