Skip to main content
POST
Create an app run

Authorizations

Authorization
string
header
required

Your DUST API key is a Bearer token.

Path Parameters

wId
string
required

Unique string identifier for the workspace

spaceId
string
required

ID of the space

aId
string
required

Unique identifier of the app

Body

application/json
specification_hash
string
required

Hash of the app specification. Ensures API compatibility across app iterations.

config
object
required

Configuration for the app run

inputs
object[]
required

Array of input objects for the app

stream
boolean

If true, the response will be streamed

blocking
boolean

If true, the request will block until the run is complete

block_filter
string[]

Array of block names to filter the response

Response

App run created and executed successfully

run
object