Create an app run

Create and execute a run for an app in the space specified by {spaceId}.

Path Params
string
required

Unique string identifier for the workspace

string
required

ID of the space

string
required

Unique identifier of the app

Body Params
string
required

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

config
object
required

Configuration for the app run

inputs
array of objects
required

Array of input objects for the app

inputs*
boolean

If true, the response will be streamed

boolean

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

block_filter
array of strings

Array of block names to filter the response

block_filter
Responses

400

Bad Request. Missing or invalid parameters.

401

Unauthorized. Invalid or missing authentication token.

404

Workspace or app not found.

405

Method not supported.

500

Internal Server Error.

Language
Credentials
Bearer
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json