Skip to main content
POST
Run a Connector

Authorizations

X-DOMO-Developer-Token
string
header
required

Domo Developer Token for authentication (as seen in example).

Path Parameters

streamId
string
required

The streamId of the Dataset associated with the connector to run.

Example:

"25775"

Body

application/json
runType
enum<string>
required

The type of connector run.

Available options:
MANUAL

Response

CREATED. The connector run has started.

Response details for a started connector execution.

streamId
integer
executionId
integer
toe
string
startedAt
number<double>
endedAt
number<double> | null
updateMethod
string
index
boolean
retryCount
integer
retryExecution
object | null
containerManagerId
string
uploadId
object | null
indexRequestKey
object | null
currentState
string
runType
string
createdAt
object | null
modifiedAt
object | null
latestPhase
object | null
currentPhase
object | null
removed
boolean
rowsInserted
integer
bytesInserted
integer
startedBy
string
cancelledBy
object | null
dataTag
object | null
peakMemoryUsedBytes
object | null
peakMemoryCommittedBytes
object | null
exportable
boolean
manualIndex
boolean
errors
any[]