CreateRun
Create a run.
api
/v2
/runs
Request Body
application/json
RequiredThe request of a call to RunService_CreateRuns
to create a new run.
name
Requiredstring
The name that will be assigned to the new run.
description
Requiredstring
A description about the new run.
tags
array<string>
Tags to associate with the new run.
startTime
string
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.
"date-time"
stopTime
string
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.
"date-time"
organizationId
string
An organization ID is only required if the user belongs to multiple organizations.
clientKey
string
An arbitrary user-chosen key that uniquely identifies this run. Optional, though it is recommended to provide.
A successful response.