Technical details about how the Trigger.dev Realtime API works
runs.subscribeToRun
function. This function returns an async iterator that you can use to get updates on the run status.
runs.subscribeToRunsWithTag
function.
batchTrigger
to trigger multiple runs, you can also subscribe to changes to all the runs triggered in the batch using the runs.subscribeToBatch
function.