Prevents duplicate runs. If a run with this key already exists (and was created recently), the existing run ID is returned instead of creating a new run.
Time-to-live for this run. If the run has not started executing within this time it will be removed from the queue and never execute. Accepts a duration string like "1h", "30m", "90s" or a number of seconds (minimum 1).
Delay before the run is enqueued. Accepts a duration string ("1h", "30d", "15m") or an ISO 8601 date-time string. The run will not start before this time.
Up to 10 tags to attach to the run. Tags can be used to filter runs in the dashboard or via runs.list. Each tag must be 1–128 characters. We recommend namespacing: user_1234567 or org:9876543.