Skip to main content
POST
Execute asset
Starts a job for a source, model, or orchestration. Other asset types return an error. Send jobSource (for example API or Manual) and optional parameters; the job is always attributed to the authenticated user.

Authorizations

Authorization
string
header
required

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

Path Parameters

assetId
string<uuid>
required

Body

application/json
jobSource
string
required

Origin of the run (e.g. Manual, API).

parameters
object

Optional parameters passed to the job.

Response

Job created and queued.

data
object
required