Skip to main content
POST
Run Function

Authorizations

X-DOMO-Developer-Token
string
header
required

Domo Developer Token for authentication.

Path Parameters

packageId
string<uuid>
required
version
string
required
Example:

"1.0.1"

functionName
string
required
Example:

"getExecutionDetails"

Body

application/json
inputVariables
object

Key-value pairs matching the function's input parameters.

Example:
settings
object

Response

OK. Returns the execution details and result.

executionId
string
packageId
string
version
string
functionName
string
status
string
settings
object
startedOn
string<date-time>
startedBy
string
completedOn
string<date-time>
result
any

The output of the function (type 'any').

stdout
object
stderr
object
errorInformation
object