/runs/{runId}/execute/inputs/wait

Starts a new execution of a run using a single input from the body instead of the run itself and outputs the output when it's done. This will also delete the execution from dexi.io immediately after execution. Please note that you need to ensure your HTTP client does not timeout for long executions. Headers will be outputted when the output is ready.

Path Params
uuid
required

Primary id of the run

Query Params
boolean

When true execution will upload it's result to configured integrations for this run

string
enum

Specify the format you want the output to be in. Valid values are json, csv, xml, scsv, csv.gz and json.gz

Allowed:
string
enum

Automatically delete the execution after it succeeded, failed, both (true) or never (false). Defaults to true.

Allowed:
string

Unique identifier of the proxy group to be used for the execution. The proxy group id for this execution is valid for four weeks, after which standard proxy selection logic is used.

string

Name of the proxy group to be used for the execution. The proxy group name for this execution is valid for four weeks, after which standard proxy selection logic is used.

Body Params
Response

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