A schedule runs one of a reporter’s workflows on a cadence over a set of
collections. New videos in those collections get synced and processed
automatically — no manual triggering.
1. Create the schedule
2. Run it now (optional)
Don’t want to wait for the cadence? Trigger immediately — it’s
asynchronous:
Only one run per schedule executes at a time — triggering a second while one is
running is a no-op (it won’t double-process).
3. Review runs
Each scheduled run also creates executions you can list
with GET /v1/reporters/{id}/executions.
Managing collections on a schedule
Attach or detach collections without recreating the schedule: