Skip to main content
POST
CreateAdhocRun

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The request for a call to RunService_CreateAdhocRun to create an adhoc run.

The request for a call to RunService_CreateAdhocRun to create an adhoc run.

name
string
required

The name that will be assigned to the new run.

description
string
required

A description about the new run.

startTime
string<date-time>
required
stopTime
string<date-time>
required

The time at which data ingestion concluded for this new run.

assetIds
string[]
required

A list of asset IDs to associate with the new run.

tags
string[]

Tags to associate with the new run.

metadata
object[]

The metadata values associated with this run.

clientKey
string

An arbitrary user-chosen key that uniquely identifies this run. Optional, though it is recommended to provide.

Response

A successful response.

The response of a call to RunService_CreateAdhocRun containing the newly created adhoc run.

run
object
required