Create Run

Create a new run in Nominal.

Throws if start is equal to or after end.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
titlestringRequired
descriptionstringRequired
startTimeobjectRequired
propertiesmap from strings to stringsRequired
labelsset of stringsRequired
dataSourcesmap from strings to objectsRequired
attachmentsset of stringsRequired
assetslist of stringsRequired
endTimeobjectOptional
runPrefixstringOptional
assetstringOptional
workspacestringOptional

The workspace in which to create the run. If not provided, the run will be created in the default workspace for the user’s organization, if the default workspace for the organization is configured. All data sources, attachments, and assets must be in the same workspace.

Response

This endpoint returns an object.
ridstring
runNumberlong
titlestring
descriptionstring
startTimeobject
propertiesmap from strings to strings
labelsset of strings
createdAtdatetime
updatedAtdatetime
assetDataScopeslist of objects

returns the data scopes for the assets associated with the run.

dataSourcesmap from strings to objects
attachmentsset of strings
assetslist of strings
isArchivedboolean
runPrefixstringOptional
authorRidstringOptional
endTimeobjectOptional
assetstringOptional