Event Coordination
Wait for Event
Waits for a specific event to be signaled by another process, workflow, or session. This endpoint blocks until the event is signaled or the timeout is reached. Useful for coordinating between multiple browser sessions or workflows.
POST
Wait for Event
Authorizations
API key passed in the header
Path Parameters
The name of the event to wait for
Example:
"workflow_completed"
Body
application/json
Response
200
application/json
Event was signaled successfully
The response is of type object
.
Wait for Event