GET
/
execution
/
{id}
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "dynamic_data": {
    "name": "Alice",
    "model": "gpt-4o"
  },
  "workflow_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": {
    "execution_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "status": "starting",
    "reason": "<string>",
    "created_at": "2023-11-07T05:31:56Z"
  },
  "result": {},
  "created_at": "2023-11-07T05:31:56Z",
  "error": "<string>"
}

Path Parameters

id
string
required

Response

200
application/json
Execution
id
string
required

Execution identifier.

run_id
string
required

Run ID.

workflow_id
string
required

Workflow ID.

result
object
required

The result of the execution.

created_at
string
required

The date and time the execution was created.

dynamic_data
object

Dynamic data to be merged into the saved workflow configuration.

Example:
{ "name": "Alice", "model": "gpt-4o" }
status
object
error
string

The error that occurred during the execution.