Skip to main content
POST
Triggers the creation of a Execution

Body

application/json

Request to launch an execution with the given project, domain and optionally-assigned name.

Request to launch an execution with the given project, domain and optionally-assigned name.

domain
string
inputs
object

A map of literals. This is a workaround since oneofs in proto messages cannot contain a repeated field.

name
string
org
string

Optional, org key applied to the resource.

project
string
spec
object

An ExecutionSpec encompasses all data used to launch this execution. The Spec does not change over the lifetime of an execution as it progresses across phase changes.

Response

A successful response.

The unique identifier for a successfully created execution. If the name was not specified in the create request, this identifier will include a generated name.

id
Encapsulation of fields that uniquely identifies a Flyte workflow execution · object
Last modified on August 19, 2026