Authorizations
API key passed in the header
Path Parameters
The name of the event to wait for
Example:
"workflow_completed"
Body
application/json
Timeout in milliseconds to wait for the event. Defaults to 60000ms (1 minute).
Example:
30000
Response
Event was signaled successfully
The event data that was signaled
Example:
{
"message": "Task completed",
"result": "success",
"timestamp": "2024-01-01T12:00:00Z"
}