Get workflow emits
GET
Retrieve up to the last 100 events emitted from a workflow using
Pass
$send.emit().
Endpoint
Notes and Examples
The event data for events larger than1KB may get truncated in the response. If you’re retrieving larger events, and need to see the full event data, pass ?expand=event:
?limit=N to retrieve the last N events: