Webhook
The best way to retrieve results from your automation is to provide a webhook URL. Once an automation is finished running, we send the results to this endpoint.API Polling
If you don’t have a webhook set up, you can poll our endpoints for results. When you call therun-agent
endpoint, you will receive a session_id
. You can then call the
session
endpoint with this ID to check the status of the automation. If the status
property is success
, you can find the results in the results
property. See
the API reference for more information.