Use the Torq public API to retrieve information on workflow executions:
- Retrieve an execution: retrieve information about a workflow execution, including the execution status. Once the execution is complete, the output will be available.
- Retrieve a trigger event: retrieve information about a trigger event, including the event body.
There are several ways to get an execution ID, such as using the list activity logs API request or executing a workflow with an integration trigger synchronously or asynchronously.