CreateRun
Create a run.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The request of a call to RunService_CreateRuns to create a new run.
The request of a call to RunService_CreateRuns to create a new run.
The name that will be assigned to the new run.
A description about the new run.
Tags to associate with the new run.
The time at which data ingestion begins for this new run. It must be before the stop_time, and it must
be provided if a stop_time is provided.
Important note: start_time will be automatically computed during data ingestion and will be set
based on the timestamp of the data for this run.
The time at which data ingestion for this new run concludes.
Important note: stop_time will be automatically computed during data ingestion and will be
set based on the timestamp of the data for this run.
An organization ID is only required if the user belongs to multiple organizations.
An arbitrary user-chosen key that uniquely identifies this run. Optional, though it is recommended to provide.
The metadata values associated with this run.
Whether to create a default report for this run. This facilitates getting the report ID for live rules that will be automatically created for this run which can streamline programatically creating Campaigns. Defaults to false if not specified (This default can be changed for your organization by Sift. Contact support to change this default behavior.).
Response
A successful response.