Runs

Create Template Run

post

Run a pipeline from a template.

Args: template_id: The ID of the template. config: Configuration for the pipeline run. auth_context: Authentication context.

Returns: The created pipeline run.

Authorizations
Path parameters
template_idstring · uuidRequired
Body
any ofOptional
or
nullOptional
Responses
200
Successful Response
application/json
post
POST /api/v1/run_templates/{template_id}/runs HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 2935

{
  "run_name": "text",
  "enable_cache": true,
  "enable_artifact_metadata": true,
  "enable_artifact_visualization": true,
  "enable_step_logs": true,
  "enable_pipeline_logs": true,
  "schedule": {
    "name": "text",
    "cron_expression": "text",
    "start_time": "2025-07-20T02:11:09.847Z",
    "end_time": "2025-07-20T02:11:09.847Z",
    "interval_second": "text",
    "catchup": false,
    "run_once_start_time": "2025-07-20T02:11:09.847Z"
  },
  "build": {
    "images": {
      "ANY_ADDITIONAL_PROPERTY": {
        "image": "text",
        "dockerfile": "text",
        "requirements": "text",
        "settings_checksum": "text",
        "contains_code": true,
        "requires_code_download": false
      }
    },
    "is_local": true,
    "contains_code": true,
    "zenml_version": "text",
    "python_version": "text",
    "duration": 1
  },
  "steps": {
    "ANY_ADDITIONAL_PROPERTY": {
      "enable_cache": true,
      "enable_artifact_metadata": true,
      "enable_artifact_visualization": true,
      "enable_step_logs": true,
      "step_operator": "text",
      "experiment_tracker": "text",
      "parameters": {
        "ANY_ADDITIONAL_PROPERTY": "anything"
      },
      "settings": {
        "ANY_ADDITIONAL_PROPERTY": {
          "ANY_ADDITIONAL_PROPERTY": "anything"
        }
      },
      "extra": {
        "ANY_ADDITIONAL_PROPERTY": "anything"
      },
      "failure_hook_source": {
        "module": "text",
        "attribute": "text",
        "type": "user",
        "ANY_ADDITIONAL_PROPERTY": "anything"
      },
      "success_hook_source": {
        "module": "text",
        "attribute": "text",
        "type": "user",
        "ANY_ADDITIONAL_PROPERTY": "anything"
      },
      "model": {
        "name": "text",
        "license": "text",
        "description": "text",
        "audience": "text",
        "use_cases": "text",
        "limitations": "text",
        "trade_offs": "text",
        "ethics": "text",
        "tags": [
          "text"
        ],
        "version": "none",
        "save_models_to_registry": true,
        "model_version_id": "123e4567-e89b-12d3-a456-426614174000",
        "suppress_class_validation_warnings": false
      },
      "retry": {
        "max_retries": 1,
        "delay": 0,
        "backoff": 0
      },
      "substitutions": {
        "ANY_ADDITIONAL_PROPERTY": "text"
      },
      "outputs": {
        "ANY_ADDITIONAL_PROPERTY": {
          "materializer_source": [
            {
              "module": "text",
              "attribute": "text",
              "type": "user",
              "ANY_ADDITIONAL_PROPERTY": "anything"
            }
          ],
          "default_materializer_source": {
            "module": "text",
            "attribute": "text",
            "type": "user",
            "ANY_ADDITIONAL_PROPERTY": "anything"
          },
          "artifact_config": {
            "name": "text",
            "version": 1,
            "tags": [
              "text"
            ],
            "run_metadata": {
              "ANY_ADDITIONAL_PROPERTY": "text"
            },
            "artifact_type": "DataAnalysisArtifact"
          }
        }
      }
    }
  },
  "settings": {
    "ANY_ADDITIONAL_PROPERTY": {
      "ANY_ADDITIONAL_PROPERTY": "anything"
    }
  },
  "tags": [
    "text"
  ],
  "extra": {
    "ANY_ADDITIONAL_PROPERTY": "anything"
  },
  "model": {
    "name": "text",
    "license": "text",
    "description": "text",
    "audience": "text",
    "use_cases": "text",
    "limitations": "text",
    "trade_offs": "text",
    "ethics": "text",
    "tags": [
      "text"
    ],
    "version": "none",
    "save_models_to_registry": true,
    "model_version_id": "123e4567-e89b-12d3-a456-426614174000",
    "suppress_class_validation_warnings": false
  },
  "parameters": {
    "ANY_ADDITIONAL_PROPERTY": "anything"
  },
  "retry": {
    "max_retries": 1,
    "delay": 0,
    "backoff": 0
  },
  "failure_hook_source": {
    "module": "text",
    "attribute": "text",
    "type": "user",
    "ANY_ADDITIONAL_PROPERTY": "anything"
  },
  "success_hook_source": {
    "module": "text",
    "attribute": "text",
    "type": "user",
    "ANY_ADDITIONAL_PROPERTY": "anything"
  },
  "substitutions": {
    "ANY_ADDITIONAL_PROPERTY": "text"
  }
}
{
  "body": {
    "created": "2025-07-20T02:11:09.847Z",
    "updated": "2025-07-20T02:11:09.847Z",
    "user_id": "123e4567-e89b-12d3-a456-426614174000",
    "project_id": "123e4567-e89b-12d3-a456-426614174000",
    "status": "initializing",
    "stack": {
      "body": {
        "created": "2025-07-20T02:11:09.847Z",
        "updated": "2025-07-20T02:11:09.847Z",
        "user_id": "123e4567-e89b-12d3-a456-426614174000"
      },
      "metadata": {
        "components": {
          "ANY_ADDITIONAL_PROPERTY": [
            {
              "body": {
                "created": "2025-07-20T02:11:09.847Z",
                "updated": "2025-07-20T02:11:09.847Z",
                "user_id": "123e4567-e89b-12d3-a456-426614174000",
                "type": "alerter",
                "flavor_name": "text",
                "integration": "text",
                "logo_url": "text"
              },
              "metadata": {
                "configuration": {
                  "ANY_ADDITIONAL_PROPERTY": "anything"
                },
                "labels": {
                  "ANY_ADDITIONAL_PROPERTY": "anything"
                },
                "connector_resource_id": "text",
                "connector": {
                  "body": {
                    "created": "2025-07-20T02:11:09.847Z",
                    "updated": "2025-07-20T02:11:09.847Z",
                    "user_id": "123e4567-e89b-12d3-a456-426614174000",
                    "description": "",
                    "connector_type": "text",
                    "auth_method": "text",
                    "resource_types": [
                      "text"
                    ],
                    "resource_id": "text",
                    "supports_instances": false,
                    "expires_at": "2025-07-20T02:11:09.847Z",
                    "expires_skew_tolerance": 1
                  },
                  "metadata": {
                    "configuration": {
                      "ANY_ADDITIONAL_PROPERTY": "anything"
                    },
                    "secret_id": "123e4567-e89b-12d3-a456-426614174000",
                    "expiration_seconds": 1,
                    "secrets": {},
                    "labels": {
                      "ANY_ADDITIONAL_PROPERTY": "text"
                    }
                  },
                  "resources": {
                    "user": {
                      "body": {
                        "created": "2025-07-20T02:11:09.847Z",
                        "updated": "2025-07-20T02:11:09.847Z",
                        "active": false,
                        "activation_token": "text",
                        "full_name": "",
                        "email_opted_in": true,
                        "is_service_account": true,
                        "is_admin": true,
                        "default_project_id": "123e4567-e89b-12d3-a456-426614174000"
                      },
                      "metadata": {
                        "email": "",
                        "external_user_id": "123e4567-e89b-12d3-a456-426614174000",
                        "user_metadata": {
                          "ANY_ADDITIONAL_PROPERTY": "anything"
                        }
                      },
                      "resources": {
                        "ANY_ADDITIONAL_PROPERTY": "anything"
                      },
                      "id": "123e4567-e89b-12d3-a456-426614174000",
                      "permission_denied": false,
                      "name": "text"
                    },
                    "ANY_ADDITIONAL_PROPERTY": "anything"
                  },
                  "id": "123e4567-e89b-12d3-a456-426614174000",
                  "permission_denied": false,
                  "name": "text"
                }
              },
              "resources": {
                "user": {
                  "body": {
                    "created": "2025-07-20T02:11:09.847Z",
                    "updated": "2025-07-20T02:11:09.847Z",
                    "active": false,
                    "activation_token": "text",
                    "full_name": "",
                    "email_opted_in": true,
                    "is_service_account": true,
                    "is_admin": true,
                    "default_project_id": "123e4567-e89b-12d3-a456-426614174000"
                  },
                  "metadata": {
                    "email": "",
                    "external_user_id": "123e4567-e89b-12d3-a456-426614174000",
                    "user_metadata": {
                      "ANY_ADDITIONAL_PROPERTY": "anything"
                    }
                  },
                  "resources": {
                    "ANY_ADDITIONAL_PROPERTY": "anything"
                  },
                  "id": "123e4567-e89b-12d3-a456-426614174000",
                  "permission_denied": false,
                  "name": "text"
                },
                "flavor": {
                  "body": {
                    "created": "2025-07-20T02:11:09.847Z",
                    "updated": "2025-07-20T02:11:09.847Z",
                    "user_id": "123e4567-e89b-12d3-a456-426614174000",
                    "type": "alerter",
                    "integration": "text",
                    "source": "text",
                    "logo_url": "text",
                    "is_custom": true
                  },
                  "metadata": {
                    "config_schema": {
                      "ANY_ADDITIONAL_PROPERTY": "anything"
                    },
                    "connector_type": "text",
                    "connector_resource_type": "text",
                    "connector_resource_id_attr": "text",
                    "docs_url": "text",
                    "sdk_docs_url": "text"
                  },
                  "resources": {
                    "user": {
                      "body": {
                        "created": "2025-07-20T02:11:09.847Z",
                        "updated": "2025-07-20T02:11:09.847Z",
                        "active": false,
                        "activation_token": "text",
                        "full_name": "",
                        "email_opted_in": true,
                        "is_service_account": true,
                        "is_admin": true,
                        "default_project_id": "123e4567-e89b-12d3-a456-426614174000"
                      },
                      "metadata": {
                        "email": "",
                        "external_user_id": "123e4567-e89b-12d3-a456-426614174000",
                        "user_metadata": {
                          "ANY_ADDITIONAL_PROPERTY": "anything"
                        }
                      },
                      "resources": {
                        "ANY_ADDITIONAL_PROPERTY": "anything"
                      },
                      "id": "123e4567-e89b-12d3-a456-426614174000",
                      "permission_denied": false,
                      "name": "text"
                    },
                    "ANY_ADDITIONAL_PROPERTY": "anything"
                  },
                  "id": "123e4567-e89b-12d3-a456-426614174000",
                  "permission_denied": false,
                  "name": "text"
                },
                "ANY_ADDITIONAL_PROPERTY": "anything"
              },
              "id": "123e4567-e89b-12d3-a456-426614174000",
              "permission_denied": false,
              "name": "text"
            }
          ]
        },
        "description": "",
        "stack_spec_path": "text",
        "labels": {
          "ANY_ADDITIONAL_PROPERTY": "anything"
        }
      },
      "resources": {
        "user": {
          "body": {
            "created": "2025-07-20T02:11:09.847Z",
            "updated": "2025-07-20T02:11:09.847Z",
            "active": false,
            "activation_token": "text",
            "full_name": "",
            "email_opted_in": true,
            "is_service_account": true,
            "is_admin": true,
            "default_project_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "metadata": {
            "email": "",
            "external_user_id": "123e4567-e89b-12d3-a456-426614174000",
            "user_metadata": {
              "ANY_ADDITIONAL_PROPERTY": "anything"
            }
          },
          "resources": {
            "ANY_ADDITIONAL_PROPERTY": "anything"
          },
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "permission_denied": false,
          "name": "text"
        },
        "ANY_ADDITIONAL_PROPERTY": "anything"
      },
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "permission_denied": false,
      "name": "text"
    },
    "pipeline": {
      "body": {
        "created": "2025-07-20T02:11:09.847Z",
        "updated": "2025-07-20T02:11:09.847Z",
        "user_id": "123e4567-e89b-12d3-a456-426614174000",
        "project_id": "123e4567-e89b-12d3-a456-426614174000"
      },
      "metadata": {
        "description": "text"
      },
      "resources": {
        "user": {
          "body": {
            "created": "2025-07-20T02:11:09.847Z",
            "updated": "2025-07-20T02:11:09.847Z",
            "active": false,
            "activation_token": "text",
            "full_name": "",
            "email_opted_in": true,
            "is_service_account": true,
            "is_admin": true,
            "default_project_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "metadata": {
            "email": "",
            "external_user_id": "123e4567-e89b-12d3-a456-426614174000",
            "user_metadata": {
              "ANY_ADDITIONAL_PROPERTY": "anything"
            }
          },
          "resources": {
            "ANY_ADDITIONAL_PROPERTY": "anything"
          },
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "permission_denied": false,
          "name": "text"
        },
        "latest_run_user": {
          "body": {
            "created": "2025-07-20T02:11:09.847Z",
            "updated": "2025-07-20T02:11:09.847Z",
            "active": false,
            "activation_token": "text",
            "full_name": "",
            "email_opted_in": true,
            "is_service_account": true,
            "is_admin": true,
            "default_project_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "metadata": {
            "email": "",
            "external_user_id": "123e4567-e89b-12d3-a456-426614174000",
            "user_metadata": {
              "ANY_ADDITIONAL_PROPERTY": "anything"
            }
          },
          "resources": {
            "ANY_ADDITIONAL_PROPERTY": "anything"
          },
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "permission_denied": false,
          "name": "text"
        },
        "latest_run_id": "123e4567-e89b-12d3-a456-426614174000",
        "latest_run_status": "initializing",
        "tags": [
          {
            "body": {
              "created": "2025-07-20T02:11:09.847Z",
              "updated": "2025-07-20T02:11:09.847Z",
              "user_id": "123e4567-e89b-12d3-a456-426614174000",
              "color": "grey",
              "exclusive": true
            },
            "metadata": {
              "tagged_count": 1
            },
            "resources": {
              "user": {
                "body": {
                  "created": "2025-07-20T02:11:09.847Z",
                  "updated": "2025-07-20T02:11:09.847Z",
                  "active": false,
                  "activation_token": "text",
                  "full_name": "",
                  "email_opted_in": true,
                  "is_service_account": true,
                  "is_admin": true,
                  "default_project_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "metadata": {
                  "email": "",
                  "external_user_id": "123e4567-e89b-12d3-a456-426614174000",
                  "user_metadata": {
                    "ANY_ADDITIONAL_PROPERTY": "anything"
                  }
                },
                "resources": {
                  "ANY_ADDITIONAL_PROPERTY": "anything"
                },
                "id": "123e4567-e89b-12d3-a456-426614174000",
                "permission_denied": false,
                "name": "text"
              },
              "ANY_ADDITIONAL_PROPERTY": "anything"
            },
            "id": "123e4567-e89b-12d3-a456-426614174000",
            "permission_denied": false,
            "name": "text"
          }
        ],
        "ANY_ADDITIONAL_PROPERTY": "anything"
      },
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "permission_denied": false,
      "name": "text"
    },
    "build": {
      "body": {
        "created": "2025-07-20T02:11:09.847Z",
        "updated": "2025-07-20T02:11:09.847Z",
        "user_id": "123e4567-e89b-12d3-a456-426614174000",
        "project_id": "123e4567-e89b-12d3-a456-426614174000"
      },
      "metadata": {
        "pipeline": {
          "body": {
            "created": "2025-07-20T02:11:09.847Z",
            "updated": "2025-07-20T02:11:09.847Z",
            "user_id": "123e4567-e89b-12d3-a456-426614174000",
            "project_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "metadata": {
            "description": "text"
          },
          "resources": {
            "user": {
              "body": {
                "created": "2025-07-20T02:11:09.847Z",
                "updated": "2025-07-20T02:11:09.847Z",
                "active": false,
                "activation_token": "text",
                "full_name": "",
                "email_opted_in": true,
                "is_service_account": true,
                "is_admin": true,
                "default_project_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "metadata": {
                "email": "",
                "external_user_id": "123e4567-e89b-12d3-a456-426614174000",
                "user_metadata": {
                  "ANY_ADDITIONAL_PROPERTY": "anything"
                }
              },
              "resources": {
                "ANY_ADDITIONAL_PROPERTY": "anything"
              },
              "id": "123e4567-e89b-12d3-a456-426614174000",
              "permission_denied": false,
              "name": "text"
            },
            "latest_run_user": {
              "body": {
                "created": "2025-07-20T02:11:09.847Z",
                "updated": "2025-07-20T02:11:09.847Z",
                "active": false,
                "activation_token": "text",
                "full_name": "",
                "email_opted_in": true,
                "is_service_account": true,
                "is_admin": true,
                "default_project_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "metadata": {
                "email": "",
                "external_user_id": "123e4567-e89b-12d3-a456-426614174000",
                "user_metadata": {
                  "ANY_ADDITIONAL_PROPERTY": "anything"
                }
              },
              "resources": {
                "ANY_ADDITIONAL_PROPERTY": "anything"
              },
              "id": "123e4567-e89b-12d3-a456-426614174000",
              "permission_denied": false,
              "name": "text"
            },
            "latest_run_id": "123e4567-e89b-12d3-a456-426614174000",
            "latest_run_status": "initializing",
            "tags": [
              {
                "body": {
                  "created": "2025-07-20T02:11:09.847Z",
                  "updated": "2025-07-20T02:11:09.847Z",
                  "user_id": "123e4567-e89b-12d3-a456-426614174000",
                  "color": "grey",
                  "exclusive": true
                },
                "metadata": {
                  "tagged_count": 1
                },
                "resources": {
                  "user": {
                    "body": {
                      "created": "2025-07-20T02:11:09.847Z",
                      "updated": "2025-07-20T02:11:09.847Z",
                      "active": false,
                      "activation_token": "text",
                      "full_name": "",
                      "email_opted_in": true,
                      "is_service_account": true,
                      "is_admin": true,
                      "default_project_id": "123e4567-e89b-12d3-a456-426614174000"
                    },
                    "metadata": {
                      "email": "",
                      "external_user_id": "123e4567-e89b-12d3-a456-426614174000",
                      "user_metadata": {
                        "ANY_ADDITIONAL_PROPERTY": "anything"
                      }
                    },
                    "resources": {
                      "ANY_ADDITIONAL_PROPERTY": "anything"
                    },
                    "id": "123e4567-e89b-12d3-a456-426614174000",
                    "permission_denied": false,
                    "name": "text"
                  },
                  "ANY_ADDITIONAL_PROPERTY": "anything"
                },
                "id": "123e4567-e89b-12d3-a456-426614174000",
                "permission_denied": false,
                "name": "text"
              }
            ],
            "ANY_ADDITIONAL_PROPERTY": "anything"
          },
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "permission_denied": false,
          "name": "text"
        },
        "stack": {
          "body": {
            "created": "2025-07-20T02:11:09.847Z",
            "updated": "2025-07-20T02:11:09.847Z",
            "user_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "metadata": {
            "components": {
              "ANY_ADDITIONAL_PROPERTY": [
                {
                  "body": {
                    "created": "2025-07-20T02:11:09.847Z",
                    "updated": "2025-07-20T02:11:09.847Z",
                    "user_id": "123e4567-e89b-12d3-a456-426614174000",
                    "type": "alerter",
                    "flavor_name": "text",
                    "integration": "text",
                    "logo_url": "text"
                  },
                  "metadata": {
                    "configuration": {
                      "ANY_ADDITIONAL_PROPERTY": "anything"
                    },
                    "labels": {
                      "ANY_ADDITIONAL_PROPERTY": "anything"
                    },
                    "connector_resource_id": "text",
                    "connector": {
                      "body": {
                        "created": "2025-07-20T02:11:09.847Z",
                        "updated": "2025-07-20T02:11:09.847Z",
                        "user_id": "123e4567-e89b-12d3-a456-426614174000",
                        "description": "",
                        "connector_type": "text",
                        "auth_method": "text",
                        "resource_types": [
                          "text"
                        ],
                        "resource_id": "text",
                        "supports_instances": false,
                        "expires_at": "2025-07-20T02:11:09.847Z",
                        "expires_skew_tolerance": 1
                      },
                      "metadata": {
                        "configuration": {
                          "ANY_ADDITIONAL_PROPERTY": "anything"
                        },
                        "secret_id": "123e4567-e89b-12d3-a456-426614174000",
                        "expiration_seconds": 1,
                        "secrets": {},
                        "labels": {
                          "ANY_ADDITIONAL_PROPERTY": "text"
                        }
                      },
                      "resources": {
                        "user": {
                          "body": {
                            "created": "2025-07-20T02:11:09.847Z",
                            "updated": "2025-07-20T02:11:09.847Z",
                            "active": false,
                            "activation_token": "text",
                            "full_name": "",
                            "email_opted_in": true,
                            "is_service_account": true,
                            "is_admin": true,
                            "default_project_id": "123e4567-e89b-12d3-a456-426614174000"
                          },
                          "metadata": {
                            "email": "",
                            "external_user_id": "123e4567-e89b-12d3-a456-426614174000",
                            "user_metadata": {
                              "ANY_ADDITIONAL_PROPERTY": "anything"
                            }
                          },
                          "resources": {
                            "ANY_ADDITIONAL_PROPERTY": "anything"
                          },
                          "id": "123e4567-e89b-12d3-a456-426614174000",
                          "permission_denied": false,
                          "name": "text"
                        },
                        "ANY_ADDITIONAL_PROPERTY": "anything"
                      },
                      "id": "123e4567-e89b-12d3-a456-426614174000",
                      "permission_denied": false,
                      "name": "text"
                    }
                  },
                  "resources": {
                    "user": {
                      "body": {
                        "created": "2025-07-20T02:11:09.847Z",
                        "updated": "2025-07-20T02:11:09.847Z",
                        "active": false,
                        "activation_token": "text",
                        "full_name": "",
                        "email_opted_in": true,
                        "is_service_account": true,
                        "is_admin": true,
                        "default_project_id": "123e4567-e89b-12d3-a456-426614174000"
                      },
                      "metadata": {
                        "email": "",
                        "external_user_id": "123e4567-e89b-12d3-a456-426614174000",
                        "user_metadata": {
                          "ANY_ADDITIONAL_PROPERTY": "anything"
                        }
                      },
                      "resources": {
                        "ANY_ADDITIONAL_PROPERTY": "anything"
                      },
                      "id": "123e4567-e89b-12d3-a456-426614174000",
                      "permission_denied": false,
                      "name": "text"
                    },
                    "flavor": {
                      "body": {
                        "created": "2025-07-20T02:11:09.847Z",
                        "updated": "2025-07-20T02:11:09.847Z",
                        "user_id": "123e4567-e89b-12d3-a456-426614174000",
                        "type": "alerter",
                        "integration": "text",
                        "source": "text",
                        "logo_url": "text",
                        "is_custom": true
                      },
                      "metadata": {
                        "config_schema": {
                          "ANY_ADDITIONAL_PROPERTY": "anything"
                        },
                        "connector_type": "text",
                        "connector_resource_type": "text",
                        "connector_resource_id_attr": "text",
                        "docs_url": "text",
                        "sdk_docs_url": "text"
                      },
                      "resources": {
                        "user": {
                          "body": {
                            "created": "2025-07-20T02:11:09.847Z",
                            "updated": "2025-07-20T02:11:09.847Z",
                            "active": false,
                            "activation_token": "text",
                            "full_name": "",
                            "email_opted_in": true,
                            "is_service_account": true,
                            "is_admin": true,
                            "default_project_id": "123e4567-e89b-12d3-a456-426614174000"
                          },
                          "metadata": {
                            "email": "",
                            "external_user_id": "123e4567-e89b-12d3-a456-426614174000",
                            "user_metadata": {
                              "ANY_ADDITIONAL_PROPERTY": "anything"
                            }
                          },
                          "resources": {
                            "ANY_ADDITIONAL_PROPERTY": "anything"
                          },
                          "id": "123e4567-e89b-12d3-a456-426614174000",
                          "permission_denied": false,
                          "name": "text"
                        },
                        "ANY_ADDITIONAL_PROPERTY": "anything"
                      },
                      "id": "123e4567-e89b-12d3-a456-426614174000",
                      "permission_denied": false,
                      "name": "text"
                    },
                    "ANY_ADDITIONAL_PROPERTY": "anything"
                  },
                  "id": "123e4567-e89b-12d3-a456-426614174000",
                  "permission_denied": false,
                  "name": "text"
                }
              ]
            },
            "description": "",
            "stack_spec_path": "text",
            "labels": {
              "ANY_ADDITIONAL_PROPERTY": "anything"
            }
          },
          "resources": {
            "user": {
              "body": {
                "created": "2025-07-20T02:11:09.847Z",
                "updated": "2025-07-20T02:11:09.847Z",
                "active": false,
                "activation_token": "text",
                "full_name": "",
                "email_opted_in": true,
                "is_service_account": true,
                "is_admin": true,
                "default_project_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "metadata": {
                "email": "",
                "external_user_id": "123e4567-e89b-12d3-a456-426614174000",
                "user_metadata": {
                  "ANY_ADDITIONAL_PROPERTY": "anything"
                }
              },
              "resources": {
                "ANY_ADDITIONAL_PROPERTY": "anything"
              },
              "id": "123e4567-e89b-12d3-a456-426614174000",
              "permission_denied": false,
              "name": "text"
            },
            "ANY_ADDITIONAL_PROPERTY": "anything"
          },
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "permission_denied": false,
          "name": "text"
        },
        "images": {
          "ANY_ADDITIONAL_PROPERTY": {
            "image": "text",
            "dockerfile": "text",
            "requirements": "text",
            "settings_checksum": "text",
            "contains_code": true,
            "requires_code_download": false
          }
        },
        "zenml_version": "text",
        "python_version": "text",
        "checksum": "text",
        "stack_checksum": "text",
        "is_local": true,
        "contains_code": true,
        "duration": 1
      },
      "resources": {
        "user": {
          "body": {
            "created": "2025-07-20T02:11:09.847Z",
            "updated": "2025-07-20T02:11:09.847Z",
            "active": false,
            "activation_token": "text",
            "full_name": "",
            "email_opted_in": true,
            "is_service_account": true,
            "is_admin": true,
            "default_project_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "metadata": {
            "email": "",
            "external_user_id": "123e4567-e89b-12d3-a456-426614174000",
            "user_metadata": {
              "ANY_ADDITIONAL_PROPERTY": "anything"
            }
          },
          "resources": {
            "ANY_ADDITIONAL_PROPERTY": "anything"
          },
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "permission_denied": false,
          "name": "text"
        },
        "ANY_ADDITIONAL_PROPERTY": "anything"
      },
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "permission_denied": false
    },
    "schedule": {
      "body": {
        "created": "2025-07-20T02:11:09.847Z",
        "updated": "2025-07-20T02:11:09.847Z",
        "user_id": "123e4567-e89b-12d3-a456-426614174000",
        "project_id": "123e4567-e89b-12d3-a456-426614174000",
        "active": true,
        "cron_expression": "text",
        "start_time": "2025-07-20T02:11:09.847Z",
        "end_time": "2025-07-20T02:11:09.847Z",
        "interval_second": "text",
        "catchup": false,
        "run_once_start_time": "2025-07-20T02:11:09.847Z"
      },
      "metadata": {
        "orchestrator_id": "123e4567-e89b-12d3-a456-426614174000",
        "pipeline_id": "123e4567-e89b-12d3-a456-426614174000",
        "run_metadata": {
          "ANY_ADDITIONAL_PROPERTY": "text"
        }
      },
      "resources": {
        "user": {
          "body": {
            "created": "2025-07-20T02:11:09.847Z",
            "updated": "2025-07-20T02:11:09.847Z",
            "active": false,
            "activation_token": "text",
            "full_name": "",
            "email_opted_in": true,
            "is_service_account": true,
            "is_admin": true,
            "default_project_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "metadata": {
            "email": "",
            "external_user_id": "123e4567-e89b-12d3-a456-426614174000",
            "user_metadata": {
              "ANY_ADDITIONAL_PROPERTY": "anything"
            }
          },
          "resources": {
            "ANY_ADDITIONAL_PROPERTY": "anything"
          },
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "permission_denied": false,
          "name": "text"
        },
        "ANY_ADDITIONAL_PROPERTY": "anything"
      },
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "permission_denied": false,
      "name": "text"
    },
    "code_reference": {
      "body": {
        "created": "2025-07-20T02:11:09.847Z",
        "updated": "2025-07-20T02:11:09.847Z",
        "commit": "text",
        "subdirectory": "text",
        "code_repository": {
          "body": {
            "created": "2025-07-20T02:11:09.847Z",
            "updated": "2025-07-20T02:11:09.847Z",
            "user_id": "123e4567-e89b-12d3-a456-426614174000",
            "project_id": "123e4567-e89b-12d3-a456-426614174000",
            "source": {
              "module": "text",
              "attribute": "text",
              "type": "user",
              "ANY_ADDITIONAL_PROPERTY": "anything"
            },
            "logo_url": "text"
          },
          "metadata": {
            "config": {
              "ANY_ADDITIONAL_PROPERTY": "anything"
            },
            "description": "text"
          },
          "resources": {
            "user": {
              "body": {
                "created": "2025-07-20T02:11:09.847Z",
                "updated": "2025-07-20T02:11:09.847Z",
                "active": false,
                "activation_token": "text",
                "full_name": "",
                "email_opted_in": true,
                "is_service_account": true,
                "is_admin": true,
                "default_project_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "metadata": {
                "email": "",
                "external_user_id": "123e4567-e89b-12d3-a456-426614174000",
                "user_metadata": {
                  "ANY_ADDITIONAL_PROPERTY": "anything"
                }
              },
              "resources": {
                "ANY_ADDITIONAL_PROPERTY": "anything"
              },
              "id": "123e4567-e89b-12d3-a456-426614174000",
              "permission_denied": false,
              "name": "text"
            },
            "ANY_ADDITIONAL_PROPERTY": "anything"
          },
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "permission_denied": false,
          "name": "text"
        }
      },
      "metadata": {},
      "resources": {
        "ANY_ADDITIONAL_PROPERTY": "anything"
      },
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "permission_denied": false
    },
    "deployment_id": "123e4567-e89b-12d3-a456-426614174000",
    "trigger_execution": {
      "body": {
        "created": "2025-07-20T02:11:09.847Z",
        "updated": "2025-07-20T02:11:09.847Z"
      },
      "metadata": {
        "event_metadata": {
          "ANY_ADDITIONAL_PROPERTY": "anything"
        }
      },
      "resources": "[Circular Reference]",
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "permission_denied": false
    },
    "model_version_id": "123e4567-e89b-12d3-a456-426614174000"
  },
  "metadata": {
    "run_metadata": {
      "ANY_ADDITIONAL_PROPERTY": "text"
    },
    "config": {
      "enable_cache": true,
      "enable_artifact_metadata": true,
      "enable_artifact_visualization": true,
      "enable_step_logs": true,
      "enable_pipeline_logs": true,
      "settings": {
        "ANY_ADDITIONAL_PROPERTY": {
          "ANY_ADDITIONAL_PROPERTY": "anything"
        }
      },
      "tags": [
        "text"
      ],
      "extra": {
        "ANY_ADDITIONAL_PROPERTY": "anything"
      },
      "failure_hook_source": {
        "module": "text",
        "attribute": "text",
        "type": "user",
        "ANY_ADDITIONAL_PROPERTY": "anything"
      },
      "success_hook_source": {
        "module": "text",
        "attribute": "text",
        "type": "user",
        "ANY_ADDITIONAL_PROPERTY": "anything"
      },
      "model": {
        "name": "text",
        "license": "text",
        "description": "text",
        "audience": "text",
        "use_cases": "text",
        "limitations": "text",
        "trade_offs": "text",
        "ethics": "text",
        "tags": [
          "text"
        ],
        "version": "none",
        "save_models_to_registry": true,
        "model_version_id": "123e4567-e89b-12d3-a456-426614174000",
        "suppress_class_validation_warnings": false
      },
      "parameters": {
        "ANY_ADDITIONAL_PROPERTY": "anything"
      },
      "retry": {
        "max_retries": 1,
        "delay": 0,
        "backoff": 0
      },
      "substitutions": {
        "ANY_ADDITIONAL_PROPERTY": "text"
      },
      "name": "text"
    },
    "start_time": "2025-07-20T02:11:09.847Z",
    "end_time": "2025-07-20T02:11:09.847Z",
    "client_environment": {
      "ANY_ADDITIONAL_PROPERTY": "anything"
    },
    "orchestrator_environment": {
      "ANY_ADDITIONAL_PROPERTY": "anything"
    },
    "orchestrator_run_id": "text",
    "code_path": "text",
    "template_id": "123e4567-e89b-12d3-a456-426614174000",
    "is_templatable": false
  },
  "resources": {
    "user": {
      "body": {
        "created": "2025-07-20T02:11:09.847Z",
        "updated": "2025-07-20T02:11:09.847Z",
        "active": false,
        "activation_token": "text",
        "full_name": "",
        "email_opted_in": true,
        "is_service_account": true,
        "is_admin": true,
        "default_project_id": "123e4567-e89b-12d3-a456-426614174000"
      },
      "metadata": {
        "email": "",
        "external_user_id": "123e4567-e89b-12d3-a456-426614174000",
        "user_metadata": {
          "ANY_ADDITIONAL_PROPERTY": "anything"
        }
      },
      "resources": {
        "ANY_ADDITIONAL_PROPERTY": "anything"
      },
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "permission_denied": false,
      "name": "text"
    },
    "model_version": {
      "body": {
        "created": "2025-07-20T02:11:09.847Z",
        "updated": "2025-07-20T02:11:09.847Z",
        "user_id": "123e4567-e89b-12d3-a456-426614174000",
        "project_id": "123e4567-e89b-12d3-a456-426614174000",
        "stage": "text",
        "number": 1,
        "model": {
          "body": {
            "created": "2025-07-20T02:11:09.847Z",
            "updated": "2025-07-20T02:11:09.847Z",
            "user_id": "123e4567-e89b-12d3-a456-426614174000",
            "project_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "metadata": {
            "license": "text",
            "description": "text",
            "audience": "text",
            "use_cases": "text",
            "limitations": "text",
            "trade_offs": "text",
            "ethics": "text",
            "save_models_to_registry": true
          },
          "resources": {
            "user": {
              "body": {
                "created": "2025-07-20T02:11:09.847Z",
                "updated": "2025-07-20T02:11:09.847Z",
                "active": false,
                "activation_token": "text",
                "full_name": "",
                "email_opted_in": true,
                "is_service_account": true,
                "is_admin": true,
                "default_project_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "metadata": {
                "email": "",
                "external_user_id": "123e4567-e89b-12d3-a456-426614174000",
                "user_metadata": {
                  "ANY_ADDITIONAL_PROPERTY": "anything"
                }
              },
              "resources": {
                "ANY_ADDITIONAL_PROPERTY": "anything"
              },
              "id": "123e4567-e89b-12d3-a456-426614174000",
              "permission_denied": false,
              "name": "text"
            },
            "tags": [
              {
                "body": {
                  "created": "2025-07-20T02:11:09.847Z",
                  "updated": "2025-07-20T02:11:09.847Z",
                  "user_id": "123e4567-e89b-12d3-a456-426614174000",
                  "color": "grey",
                  "exclusive": true
                },
                "metadata": {
                  "tagged_count": 1
                },
                "resources": {
                  "user": {
                    "body": {
                      "created": "2025-07-20T02:11:09.847Z",
                      "updated": "2025-07-20T02:11:09.847Z",
                      "active": false,
                      "activation_token": "text",
                      "full_name": "",
                      "email_opted_in": true,
                      "is_service_account": true,
                      "is_admin": true,
                      "default_project_id": "123e4567-e89b-12d3-a456-426614174000"
                    },
                    "metadata": {
                      "email": "",
                      "external_user_id": "123e4567-e89b-12d3-a456-426614174000",
                      "user_metadata": {
                        "ANY_ADDITIONAL_PROPERTY": "anything"
                      }
                    },
                    "resources": {
                      "ANY_ADDITIONAL_PROPERTY": "anything"
                    },
                    "id": "123e4567-e89b-12d3-a456-426614174000",
                    "permission_denied": false,
                    "name": "text"
                  },
                  "ANY_ADDITIONAL_PROPERTY": "anything"
                },
                "id": "123e4567-e89b-12d3-a456-426614174000",
                "permission_denied": false,
                "name": "text"
              }
            ],
            "latest_version_name": "text",
            "latest_version_id": "123e4567-e89b-12d3-a456-426614174000",
            "ANY_ADDITIONAL_PROPERTY": "anything"
          },
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "permission_denied": false,
          "name": "text"
        }
      },
      "metadata": {
        "description": "text",
        "run_metadata": {
          "ANY_ADDITIONAL_PROPERTY": "text"
        }
      },
      "resources": "[Circular Reference]",
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "permission_denied": false,
      "name": "text"
    },
    "tags": [
      {
        "body": {
          "created": "2025-07-20T02:11:09.847Z",
          "updated": "2025-07-20T02:11:09.847Z",
          "user_id": "123e4567-e89b-12d3-a456-426614174000",
          "color": "grey",
          "exclusive": true
        },
        "metadata": {
          "tagged_count": 1
        },
        "resources": {
          "user": {
            "body": {
              "created": "2025-07-20T02:11:09.847Z",
              "updated": "2025-07-20T02:11:09.847Z",
              "active": false,
              "activation_token": "text",
              "full_name": "",
              "email_opted_in": true,
              "is_service_account": true,
              "is_admin": true,
              "default_project_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "metadata": {
              "email": "",
              "external_user_id": "123e4567-e89b-12d3-a456-426614174000",
              "user_metadata": {
                "ANY_ADDITIONAL_PROPERTY": "anything"
              }
            },
            "resources": {
              "ANY_ADDITIONAL_PROPERTY": "anything"
            },
            "id": "123e4567-e89b-12d3-a456-426614174000",
            "permission_denied": false,
            "name": "text"
          },
          "ANY_ADDITIONAL_PROPERTY": "anything"
        },
        "id": "123e4567-e89b-12d3-a456-426614174000",
        "permission_denied": false,
        "name": "text"
      }
    ],
    "logs": {
      "body": {
        "created": "2025-07-20T02:11:09.847Z",
        "updated": "2025-07-20T02:11:09.847Z",
        "uri": "text"
      },
      "metadata": {
        "step_run_id": "123e4567-e89b-12d3-a456-426614174000",
        "pipeline_run_id": "123e4567-e89b-12d3-a456-426614174000",
        "artifact_store_id": "123e4567-e89b-12d3-a456-426614174000"
      },
      "resources": {
        "ANY_ADDITIONAL_PROPERTY": "anything"
      },
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "permission_denied": false
    },
    "ANY_ADDITIONAL_PROPERTY": "anything"
  },
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "permission_denied": false,
  "name": "text"
}

Last updated

Was this helpful?