Run templates

List Run Templates

get

Get a page of run templates.

Args: filter_model: Filter model used for pagination, sorting, filtering. project_name_or_id: Optional name or ID of the project. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response.

Returns: Page of run templates.

Authorizations
Query parameters
project_name_or_idany ofOptional
stringOptional
or
string · uuidOptional
or
nullOptional
hydratebooleanOptionalDefault: false
sort_bystringOptionalDefault: created
logical_operatorstring · enumOptional

Logical Ops to use to combine filters on list methods.

Default: andPossible values:
pageinteger · min: 1OptionalDefault: 1
sizeinteger · min: 1 · max: 10000OptionalDefault: 20
idany ofOptional
string · uuidOptional
or
stringOptional
or
nullOptional
createdany ofOptional
string · date-timeOptional
or
stringOptional
or
nullOptional
updatedany ofOptional
string · date-timeOptional
or
stringOptional
or
nullOptional
tagany ofOptional
stringOptional
or
nullOptional
tagsany ofOptional
string[]Optional
or
nullOptional
scope_userany ofOptional
string · uuidOptional
or
nullOptional
userany ofOptional
string · uuidOptional
or
stringOptional
or
nullOptional
projectany ofOptional
string · uuidOptional
or
stringOptional
or
nullOptional
nameany ofOptional
stringOptional
or
nullOptional
hiddenany ofOptional
booleanOptional
or
nullOptional
pipeline_idany ofOptional
string · uuidOptional
or
stringOptional
or
nullOptional
build_idany ofOptional
string · uuidOptional
or
stringOptional
or
nullOptional
stack_idany ofOptional
string · uuidOptional
or
stringOptional
or
nullOptional
code_repository_idany ofOptional
string · uuidOptional
or
stringOptional
or
nullOptional
pipelineany ofOptional
string · uuidOptional
or
stringOptional
or
nullOptional
stackany ofOptional
string · uuidOptional
or
stringOptional
or
nullOptional
Responses
200
Successful Response
application/json
get
GET /api/v1/run_templates HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "index": 1,
  "max_size": 1,
  "total_pages": 1,
  "total": 1,
  "items": [
    {
      "body": {
        "created": "2025-07-15T05:41:32.843Z",
        "updated": "2025-07-15T05:41:32.843Z",
        "user_id": "123e4567-e89b-12d3-a456-426614174000",
        "project_id": "123e4567-e89b-12d3-a456-426614174000",
        "runnable": true,
        "hidden": false
      },
      "metadata": {
        "description": "text",
        "pipeline_spec": {
          "version": "0.4",
          "source": {
            "module": "text",
            "attribute": "text",
            "type": "user",
            "ANY_ADDITIONAL_PROPERTY": "anything"
          },
          "parameters": {
            "ANY_ADDITIONAL_PROPERTY": "anything"
          },
          "steps": [
            {
              "source": {
                "module": "text",
                "attribute": "text",
                "type": "user",
                "ANY_ADDITIONAL_PROPERTY": "anything"
              },
              "upstream_steps": [
                "text"
              ],
              "inputs": {
                "ANY_ADDITIONAL_PROPERTY": {
                  "step_name": "text",
                  "output_name": "text"
                }
              },
              "pipeline_parameter_name": ""
            }
          ]
        },
        "config_template": {
          "ANY_ADDITIONAL_PROPERTY": "anything"
        },
        "config_schema": {
          "ANY_ADDITIONAL_PROPERTY": "anything"
        }
      },
      "resources": {
        "user": {
          "body": {
            "created": "2025-07-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "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"
        },
        "source_deployment": {
          "body": {
            "created": "2025-07-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "user_id": "123e4567-e89b-12d3-a456-426614174000",
            "project_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "metadata": {
            "run_name_template": "text",
            "pipeline_configuration": {
              "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"
            },
            "step_configurations": {
              "ANY_ADDITIONAL_PROPERTY": {
                "spec": {
                  "source": {
                    "module": "text",
                    "attribute": "text",
                    "type": "user",
                    "ANY_ADDITIONAL_PROPERTY": "anything"
                  },
                  "upstream_steps": [
                    "text"
                  ],
                  "inputs": {
                    "ANY_ADDITIONAL_PROPERTY": {
                      "step_name": "text",
                      "output_name": "text"
                    }
                  },
                  "pipeline_parameter_name": ""
                },
                "config": {
                  "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"
                      }
                    }
                  },
                  "name": "text",
                  "caching_parameters": {
                    "ANY_ADDITIONAL_PROPERTY": "anything"
                  },
                  "external_input_artifacts": {
                    "ANY_ADDITIONAL_PROPERTY": {
                      "id": "123e4567-e89b-12d3-a456-426614174000"
                    }
                  },
                  "model_artifacts_or_metadata": {
                    "ANY_ADDITIONAL_PROPERTY": {
                      "model_name": "text",
                      "model_version": "text",
                      "artifact_name": "text",
                      "artifact_version": "text",
                      "metadata_name": "text"
                    }
                  },
                  "client_lazy_loaders": {
                    "ANY_ADDITIONAL_PROPERTY": {
                      "method_name": "text",
                      "call_chain": [
                        {
                          "attribute_name": "text",
                          "is_call": false,
                          "call_args": [],
                          "call_kwargs": {
                            "ANY_ADDITIONAL_PROPERTY": "anything"
                          },
                          "selector": null
                        }
                      ],
                      "exclude_next_call": false
                    }
                  }
                },
                "step_config_overrides": {
                  "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"
                      }
                    }
                  },
                  "name": "text",
                  "caching_parameters": {
                    "ANY_ADDITIONAL_PROPERTY": "anything"
                  },
                  "external_input_artifacts": {
                    "ANY_ADDITIONAL_PROPERTY": {
                      "id": "123e4567-e89b-12d3-a456-426614174000"
                    }
                  },
                  "model_artifacts_or_metadata": {
                    "ANY_ADDITIONAL_PROPERTY": {
                      "model_name": "text",
                      "model_version": "text",
                      "artifact_name": "text",
                      "artifact_version": "text",
                      "metadata_name": "text"
                    }
                  },
                  "client_lazy_loaders": {
                    "ANY_ADDITIONAL_PROPERTY": {
                      "method_name": "text",
                      "call_chain": [
                        {
                          "attribute_name": "text",
                          "is_call": false,
                          "call_args": [],
                          "call_kwargs": {
                            "ANY_ADDITIONAL_PROPERTY": "anything"
                          },
                          "selector": null
                        }
                      ],
                      "exclude_next_call": false
                    }
                  }
                }
              }
            },
            "client_environment": {
              "ANY_ADDITIONAL_PROPERTY": "anything"
            },
            "client_version": "text",
            "server_version": "text",
            "pipeline_version_hash": "text",
            "pipeline_spec": {
              "version": "0.4",
              "source": {
                "module": "text",
                "attribute": "text",
                "type": "user",
                "ANY_ADDITIONAL_PROPERTY": "anything"
              },
              "parameters": {
                "ANY_ADDITIONAL_PROPERTY": "anything"
              },
              "steps": [
                {
                  "source": {
                    "module": "text",
                    "attribute": "text",
                    "type": "user",
                    "ANY_ADDITIONAL_PROPERTY": "anything"
                  },
                  "upstream_steps": [
                    "text"
                  ],
                  "inputs": {
                    "ANY_ADDITIONAL_PROPERTY": {
                      "step_name": "text",
                      "output_name": "text"
                    }
                  },
                  "pipeline_parameter_name": ""
                }
              ]
            },
            "code_path": "text",
            "pipeline": {
              "body": {
                "created": "2025-07-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "user_id": "123e4567-e89b-12d3-a456-426614174000",
                "project_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "metadata": {
                "description": "text"
              },
              "resources": {
                "user": {
                  "body": {
                    "created": "2025-07-15T05:41:32.843Z",
                    "updated": "2025-07-15T05:41:32.843Z",
                    "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-15T05:41:32.843Z",
                    "updated": "2025-07-15T05:41:32.843Z",
                    "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-15T05:41:32.843Z",
                      "updated": "2025-07-15T05:41:32.843Z",
                      "user_id": "123e4567-e89b-12d3-a456-426614174000",
                      "color": "grey",
                      "exclusive": true
                    },
                    "metadata": {
                      "tagged_count": 1
                    },
                    "resources": {
                      "user": {
                        "body": {
                          "created": "2025-07-15T05:41:32.843Z",
                          "updated": "2025-07-15T05:41:32.843Z",
                          "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-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "user_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "metadata": {
                "components": {
                  "ANY_ADDITIONAL_PROPERTY": [
                    {
                      "body": {
                        "created": "2025-07-15T05:41:32.843Z",
                        "updated": "2025-07-15T05:41:32.843Z",
                        "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-15T05:41:32.843Z",
                            "updated": "2025-07-15T05:41:32.843Z",
                            "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-15T05:41:32.843Z",
                            "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-15T05:41:32.843Z",
                                "updated": "2025-07-15T05:41:32.843Z",
                                "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-15T05:41:32.843Z",
                            "updated": "2025-07-15T05:41:32.843Z",
                            "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-15T05:41:32.843Z",
                            "updated": "2025-07-15T05:41:32.843Z",
                            "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-15T05:41:32.843Z",
                                "updated": "2025-07-15T05:41:32.843Z",
                                "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-15T05:41:32.843Z",
                    "updated": "2025-07-15T05:41:32.843Z",
                    "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"
            },
            "build": {
              "body": {
                "created": "2025-07-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "user_id": "123e4567-e89b-12d3-a456-426614174000",
                "project_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "metadata": {
                "pipeline": {
                  "body": {
                    "created": "2025-07-15T05:41:32.843Z",
                    "updated": "2025-07-15T05:41:32.843Z",
                    "user_id": "123e4567-e89b-12d3-a456-426614174000",
                    "project_id": "123e4567-e89b-12d3-a456-426614174000"
                  },
                  "metadata": {
                    "description": "text"
                  },
                  "resources": {
                    "user": {
                      "body": {
                        "created": "2025-07-15T05:41:32.843Z",
                        "updated": "2025-07-15T05:41:32.843Z",
                        "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-15T05:41:32.843Z",
                        "updated": "2025-07-15T05:41:32.843Z",
                        "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-15T05:41:32.843Z",
                          "updated": "2025-07-15T05:41:32.843Z",
                          "user_id": "123e4567-e89b-12d3-a456-426614174000",
                          "color": "grey",
                          "exclusive": true
                        },
                        "metadata": {
                          "tagged_count": 1
                        },
                        "resources": {
                          "user": {
                            "body": {
                              "created": "2025-07-15T05:41:32.843Z",
                              "updated": "2025-07-15T05:41:32.843Z",
                              "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-15T05:41:32.843Z",
                    "updated": "2025-07-15T05:41:32.843Z",
                    "user_id": "123e4567-e89b-12d3-a456-426614174000"
                  },
                  "metadata": {
                    "components": {
                      "ANY_ADDITIONAL_PROPERTY": [
                        {
                          "body": {
                            "created": "2025-07-15T05:41:32.843Z",
                            "updated": "2025-07-15T05:41:32.843Z",
                            "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-15T05:41:32.843Z",
                                "updated": "2025-07-15T05:41:32.843Z",
                                "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-15T05:41:32.843Z",
                                "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-15T05:41:32.843Z",
                                    "updated": "2025-07-15T05:41:32.843Z",
                                    "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-15T05:41:32.843Z",
                                "updated": "2025-07-15T05:41:32.843Z",
                                "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-15T05:41:32.843Z",
                                "updated": "2025-07-15T05:41:32.843Z",
                                "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-15T05:41:32.843Z",
                                    "updated": "2025-07-15T05:41:32.843Z",
                                    "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-15T05:41:32.843Z",
                        "updated": "2025-07-15T05:41:32.843Z",
                        "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-15T05:41:32.843Z",
                    "updated": "2025-07-15T05:41:32.843Z",
                    "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-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "user_id": "123e4567-e89b-12d3-a456-426614174000",
                "project_id": "123e4567-e89b-12d3-a456-426614174000",
                "active": true,
                "cron_expression": "text",
                "start_time": "2025-07-15T05:41:32.843Z",
                "end_time": "2025-07-15T05:41:32.843Z",
                "interval_second": "text",
                "catchup": false,
                "run_once_start_time": "2025-07-15T05:41:32.843Z"
              },
              "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-15T05:41:32.843Z",
                    "updated": "2025-07-15T05:41:32.843Z",
                    "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-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "commit": "text",
                "subdirectory": "text",
                "code_repository": {
                  "body": {
                    "created": "2025-07-15T05:41:32.843Z",
                    "updated": "2025-07-15T05:41:32.843Z",
                    "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-15T05:41:32.843Z",
                        "updated": "2025-07-15T05:41:32.843Z",
                        "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
            },
            "template_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "resources": {
            "user": {
              "body": {
                "created": "2025-07-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "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
        },
        "pipeline": {
          "body": {
            "created": "2025-07-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "user_id": "123e4567-e89b-12d3-a456-426614174000",
            "project_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "metadata": {
            "description": "text"
          },
          "resources": {
            "user": {
              "body": {
                "created": "2025-07-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "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-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "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-15T05:41:32.843Z",
                  "updated": "2025-07-15T05:41:32.843Z",
                  "user_id": "123e4567-e89b-12d3-a456-426614174000",
                  "color": "grey",
                  "exclusive": true
                },
                "metadata": {
                  "tagged_count": 1
                },
                "resources": {
                  "user": {
                    "body": {
                      "created": "2025-07-15T05:41:32.843Z",
                      "updated": "2025-07-15T05:41:32.843Z",
                      "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-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "user_id": "123e4567-e89b-12d3-a456-426614174000",
            "project_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "metadata": {
            "pipeline": {
              "body": {
                "created": "2025-07-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "user_id": "123e4567-e89b-12d3-a456-426614174000",
                "project_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "metadata": {
                "description": "text"
              },
              "resources": {
                "user": {
                  "body": {
                    "created": "2025-07-15T05:41:32.843Z",
                    "updated": "2025-07-15T05:41:32.843Z",
                    "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-15T05:41:32.843Z",
                    "updated": "2025-07-15T05:41:32.843Z",
                    "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-15T05:41:32.843Z",
                      "updated": "2025-07-15T05:41:32.843Z",
                      "user_id": "123e4567-e89b-12d3-a456-426614174000",
                      "color": "grey",
                      "exclusive": true
                    },
                    "metadata": {
                      "tagged_count": 1
                    },
                    "resources": {
                      "user": {
                        "body": {
                          "created": "2025-07-15T05:41:32.843Z",
                          "updated": "2025-07-15T05:41:32.843Z",
                          "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-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "user_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "metadata": {
                "components": {
                  "ANY_ADDITIONAL_PROPERTY": [
                    {
                      "body": {
                        "created": "2025-07-15T05:41:32.843Z",
                        "updated": "2025-07-15T05:41:32.843Z",
                        "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-15T05:41:32.843Z",
                            "updated": "2025-07-15T05:41:32.843Z",
                            "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-15T05:41:32.843Z",
                            "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-15T05:41:32.843Z",
                                "updated": "2025-07-15T05:41:32.843Z",
                                "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-15T05:41:32.843Z",
                            "updated": "2025-07-15T05:41:32.843Z",
                            "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-15T05:41:32.843Z",
                            "updated": "2025-07-15T05:41:32.843Z",
                            "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-15T05:41:32.843Z",
                                "updated": "2025-07-15T05:41:32.843Z",
                                "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-15T05:41:32.843Z",
                    "updated": "2025-07-15T05:41:32.843Z",
                    "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-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "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
        },
        "code_reference": {
          "body": {
            "created": "2025-07-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "commit": "text",
            "subdirectory": "text",
            "code_repository": {
              "body": {
                "created": "2025-07-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "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-15T05:41:32.843Z",
                    "updated": "2025-07-15T05:41:32.843Z",
                    "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
        },
        "tags": [
          {
            "body": {
              "created": "2025-07-15T05:41:32.843Z",
              "updated": "2025-07-15T05:41:32.843Z",
              "user_id": "123e4567-e89b-12d3-a456-426614174000",
              "color": "grey",
              "exclusive": true
            },
            "metadata": {
              "tagged_count": 1
            },
            "resources": {
              "user": {
                "body": {
                  "created": "2025-07-15T05:41:32.843Z",
                  "updated": "2025-07-15T05:41:32.843Z",
                  "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_run_id": "123e4567-e89b-12d3-a456-426614174000",
        "latest_run_status": "initializing",
        "ANY_ADDITIONAL_PROPERTY": "anything"
      },
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "permission_denied": false,
      "name": "text"
    }
  ]
}

Get Run Template

get

Get a run template.

Args: template_id: ID of the run template to get. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response.

Returns: The run template.

Authorizations
Path parameters
template_idstring · uuidRequired
Query parameters
hydratebooleanOptionalDefault: true
Responses
200
Successful Response
application/json
get
GET /api/v1/run_templates/{template_id} HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "body": {
    "created": "2025-07-15T05:41:32.843Z",
    "updated": "2025-07-15T05:41:32.843Z",
    "user_id": "123e4567-e89b-12d3-a456-426614174000",
    "project_id": "123e4567-e89b-12d3-a456-426614174000",
    "runnable": true,
    "hidden": false
  },
  "metadata": {
    "description": "text",
    "pipeline_spec": {
      "version": "0.4",
      "source": {
        "module": "text",
        "attribute": "text",
        "type": "user",
        "ANY_ADDITIONAL_PROPERTY": "anything"
      },
      "parameters": {
        "ANY_ADDITIONAL_PROPERTY": "anything"
      },
      "steps": [
        {
          "source": {
            "module": "text",
            "attribute": "text",
            "type": "user",
            "ANY_ADDITIONAL_PROPERTY": "anything"
          },
          "upstream_steps": [
            "text"
          ],
          "inputs": {
            "ANY_ADDITIONAL_PROPERTY": {
              "step_name": "text",
              "output_name": "text"
            }
          },
          "pipeline_parameter_name": ""
        }
      ]
    },
    "config_template": {
      "ANY_ADDITIONAL_PROPERTY": "anything"
    },
    "config_schema": {
      "ANY_ADDITIONAL_PROPERTY": "anything"
    }
  },
  "resources": {
    "user": {
      "body": {
        "created": "2025-07-15T05:41:32.843Z",
        "updated": "2025-07-15T05:41:32.843Z",
        "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"
    },
    "source_deployment": {
      "body": {
        "created": "2025-07-15T05:41:32.843Z",
        "updated": "2025-07-15T05:41:32.843Z",
        "user_id": "123e4567-e89b-12d3-a456-426614174000",
        "project_id": "123e4567-e89b-12d3-a456-426614174000"
      },
      "metadata": {
        "run_name_template": "text",
        "pipeline_configuration": {
          "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"
        },
        "step_configurations": {
          "ANY_ADDITIONAL_PROPERTY": {
            "spec": {
              "source": {
                "module": "text",
                "attribute": "text",
                "type": "user",
                "ANY_ADDITIONAL_PROPERTY": "anything"
              },
              "upstream_steps": [
                "text"
              ],
              "inputs": {
                "ANY_ADDITIONAL_PROPERTY": {
                  "step_name": "text",
                  "output_name": "text"
                }
              },
              "pipeline_parameter_name": ""
            },
            "config": {
              "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"
                  }
                }
              },
              "name": "text",
              "caching_parameters": {
                "ANY_ADDITIONAL_PROPERTY": "anything"
              },
              "external_input_artifacts": {
                "ANY_ADDITIONAL_PROPERTY": {
                  "id": "123e4567-e89b-12d3-a456-426614174000"
                }
              },
              "model_artifacts_or_metadata": {
                "ANY_ADDITIONAL_PROPERTY": {
                  "model_name": "text",
                  "model_version": "text",
                  "artifact_name": "text",
                  "artifact_version": "text",
                  "metadata_name": "text"
                }
              },
              "client_lazy_loaders": {
                "ANY_ADDITIONAL_PROPERTY": {
                  "method_name": "text",
                  "call_chain": [
                    {
                      "attribute_name": "text",
                      "is_call": false,
                      "call_args": [],
                      "call_kwargs": {
                        "ANY_ADDITIONAL_PROPERTY": "anything"
                      },
                      "selector": null
                    }
                  ],
                  "exclude_next_call": false
                }
              }
            },
            "step_config_overrides": {
              "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"
                  }
                }
              },
              "name": "text",
              "caching_parameters": {
                "ANY_ADDITIONAL_PROPERTY": "anything"
              },
              "external_input_artifacts": {
                "ANY_ADDITIONAL_PROPERTY": {
                  "id": "123e4567-e89b-12d3-a456-426614174000"
                }
              },
              "model_artifacts_or_metadata": {
                "ANY_ADDITIONAL_PROPERTY": {
                  "model_name": "text",
                  "model_version": "text",
                  "artifact_name": "text",
                  "artifact_version": "text",
                  "metadata_name": "text"
                }
              },
              "client_lazy_loaders": {
                "ANY_ADDITIONAL_PROPERTY": {
                  "method_name": "text",
                  "call_chain": [
                    {
                      "attribute_name": "text",
                      "is_call": false,
                      "call_args": [],
                      "call_kwargs": {
                        "ANY_ADDITIONAL_PROPERTY": "anything"
                      },
                      "selector": null
                    }
                  ],
                  "exclude_next_call": false
                }
              }
            }
          }
        },
        "client_environment": {
          "ANY_ADDITIONAL_PROPERTY": "anything"
        },
        "client_version": "text",
        "server_version": "text",
        "pipeline_version_hash": "text",
        "pipeline_spec": {
          "version": "0.4",
          "source": {
            "module": "text",
            "attribute": "text",
            "type": "user",
            "ANY_ADDITIONAL_PROPERTY": "anything"
          },
          "parameters": {
            "ANY_ADDITIONAL_PROPERTY": "anything"
          },
          "steps": [
            {
              "source": {
                "module": "text",
                "attribute": "text",
                "type": "user",
                "ANY_ADDITIONAL_PROPERTY": "anything"
              },
              "upstream_steps": [
                "text"
              ],
              "inputs": {
                "ANY_ADDITIONAL_PROPERTY": {
                  "step_name": "text",
                  "output_name": "text"
                }
              },
              "pipeline_parameter_name": ""
            }
          ]
        },
        "code_path": "text",
        "pipeline": {
          "body": {
            "created": "2025-07-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "user_id": "123e4567-e89b-12d3-a456-426614174000",
            "project_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "metadata": {
            "description": "text"
          },
          "resources": {
            "user": {
              "body": {
                "created": "2025-07-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "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-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "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-15T05:41:32.843Z",
                  "updated": "2025-07-15T05:41:32.843Z",
                  "user_id": "123e4567-e89b-12d3-a456-426614174000",
                  "color": "grey",
                  "exclusive": true
                },
                "metadata": {
                  "tagged_count": 1
                },
                "resources": {
                  "user": {
                    "body": {
                      "created": "2025-07-15T05:41:32.843Z",
                      "updated": "2025-07-15T05:41:32.843Z",
                      "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-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "user_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "metadata": {
            "components": {
              "ANY_ADDITIONAL_PROPERTY": [
                {
                  "body": {
                    "created": "2025-07-15T05:41:32.843Z",
                    "updated": "2025-07-15T05:41:32.843Z",
                    "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-15T05:41:32.843Z",
                        "updated": "2025-07-15T05:41:32.843Z",
                        "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-15T05:41:32.843Z",
                        "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-15T05:41:32.843Z",
                            "updated": "2025-07-15T05:41:32.843Z",
                            "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-15T05:41:32.843Z",
                        "updated": "2025-07-15T05:41:32.843Z",
                        "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-15T05:41:32.843Z",
                        "updated": "2025-07-15T05:41:32.843Z",
                        "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-15T05:41:32.843Z",
                            "updated": "2025-07-15T05:41:32.843Z",
                            "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-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "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"
        },
        "build": {
          "body": {
            "created": "2025-07-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "user_id": "123e4567-e89b-12d3-a456-426614174000",
            "project_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "metadata": {
            "pipeline": {
              "body": {
                "created": "2025-07-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "user_id": "123e4567-e89b-12d3-a456-426614174000",
                "project_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "metadata": {
                "description": "text"
              },
              "resources": {
                "user": {
                  "body": {
                    "created": "2025-07-15T05:41:32.843Z",
                    "updated": "2025-07-15T05:41:32.843Z",
                    "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-15T05:41:32.843Z",
                    "updated": "2025-07-15T05:41:32.843Z",
                    "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-15T05:41:32.843Z",
                      "updated": "2025-07-15T05:41:32.843Z",
                      "user_id": "123e4567-e89b-12d3-a456-426614174000",
                      "color": "grey",
                      "exclusive": true
                    },
                    "metadata": {
                      "tagged_count": 1
                    },
                    "resources": {
                      "user": {
                        "body": {
                          "created": "2025-07-15T05:41:32.843Z",
                          "updated": "2025-07-15T05:41:32.843Z",
                          "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-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "user_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "metadata": {
                "components": {
                  "ANY_ADDITIONAL_PROPERTY": [
                    {
                      "body": {
                        "created": "2025-07-15T05:41:32.843Z",
                        "updated": "2025-07-15T05:41:32.843Z",
                        "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-15T05:41:32.843Z",
                            "updated": "2025-07-15T05:41:32.843Z",
                            "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-15T05:41:32.843Z",
                            "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-15T05:41:32.843Z",
                                "updated": "2025-07-15T05:41:32.843Z",
                                "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-15T05:41:32.843Z",
                            "updated": "2025-07-15T05:41:32.843Z",
                            "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-15T05:41:32.843Z",
                            "updated": "2025-07-15T05:41:32.843Z",
                            "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-15T05:41:32.843Z",
                                "updated": "2025-07-15T05:41:32.843Z",
                                "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-15T05:41:32.843Z",
                    "updated": "2025-07-15T05:41:32.843Z",
                    "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-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "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-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "user_id": "123e4567-e89b-12d3-a456-426614174000",
            "project_id": "123e4567-e89b-12d3-a456-426614174000",
            "active": true,
            "cron_expression": "text",
            "start_time": "2025-07-15T05:41:32.843Z",
            "end_time": "2025-07-15T05:41:32.843Z",
            "interval_second": "text",
            "catchup": false,
            "run_once_start_time": "2025-07-15T05:41:32.843Z"
          },
          "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-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "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-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "commit": "text",
            "subdirectory": "text",
            "code_repository": {
              "body": {
                "created": "2025-07-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "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-15T05:41:32.843Z",
                    "updated": "2025-07-15T05:41:32.843Z",
                    "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
        },
        "template_id": "123e4567-e89b-12d3-a456-426614174000"
      },
      "resources": {
        "user": {
          "body": {
            "created": "2025-07-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "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
    },
    "pipeline": {
      "body": {
        "created": "2025-07-15T05:41:32.843Z",
        "updated": "2025-07-15T05:41:32.843Z",
        "user_id": "123e4567-e89b-12d3-a456-426614174000",
        "project_id": "123e4567-e89b-12d3-a456-426614174000"
      },
      "metadata": {
        "description": "text"
      },
      "resources": {
        "user": {
          "body": {
            "created": "2025-07-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "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-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "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-15T05:41:32.843Z",
              "updated": "2025-07-15T05:41:32.843Z",
              "user_id": "123e4567-e89b-12d3-a456-426614174000",
              "color": "grey",
              "exclusive": true
            },
            "metadata": {
              "tagged_count": 1
            },
            "resources": {
              "user": {
                "body": {
                  "created": "2025-07-15T05:41:32.843Z",
                  "updated": "2025-07-15T05:41:32.843Z",
                  "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-15T05:41:32.843Z",
        "updated": "2025-07-15T05:41:32.843Z",
        "user_id": "123e4567-e89b-12d3-a456-426614174000",
        "project_id": "123e4567-e89b-12d3-a456-426614174000"
      },
      "metadata": {
        "pipeline": {
          "body": {
            "created": "2025-07-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "user_id": "123e4567-e89b-12d3-a456-426614174000",
            "project_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "metadata": {
            "description": "text"
          },
          "resources": {
            "user": {
              "body": {
                "created": "2025-07-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "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-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "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-15T05:41:32.843Z",
                  "updated": "2025-07-15T05:41:32.843Z",
                  "user_id": "123e4567-e89b-12d3-a456-426614174000",
                  "color": "grey",
                  "exclusive": true
                },
                "metadata": {
                  "tagged_count": 1
                },
                "resources": {
                  "user": {
                    "body": {
                      "created": "2025-07-15T05:41:32.843Z",
                      "updated": "2025-07-15T05:41:32.843Z",
                      "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-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "user_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "metadata": {
            "components": {
              "ANY_ADDITIONAL_PROPERTY": [
                {
                  "body": {
                    "created": "2025-07-15T05:41:32.843Z",
                    "updated": "2025-07-15T05:41:32.843Z",
                    "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-15T05:41:32.843Z",
                        "updated": "2025-07-15T05:41:32.843Z",
                        "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-15T05:41:32.843Z",
                        "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-15T05:41:32.843Z",
                            "updated": "2025-07-15T05:41:32.843Z",
                            "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-15T05:41:32.843Z",
                        "updated": "2025-07-15T05:41:32.843Z",
                        "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-15T05:41:32.843Z",
                        "updated": "2025-07-15T05:41:32.843Z",
                        "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-15T05:41:32.843Z",
                            "updated": "2025-07-15T05:41:32.843Z",
                            "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-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "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-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "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
    },
    "code_reference": {
      "body": {
        "created": "2025-07-15T05:41:32.843Z",
        "updated": "2025-07-15T05:41:32.843Z",
        "commit": "text",
        "subdirectory": "text",
        "code_repository": {
          "body": {
            "created": "2025-07-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "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-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "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
    },
    "tags": [
      {
        "body": {
          "created": "2025-07-15T05:41:32.843Z",
          "updated": "2025-07-15T05:41:32.843Z",
          "user_id": "123e4567-e89b-12d3-a456-426614174000",
          "color": "grey",
          "exclusive": true
        },
        "metadata": {
          "tagged_count": 1
        },
        "resources": {
          "user": {
            "body": {
              "created": "2025-07-15T05:41:32.843Z",
              "updated": "2025-07-15T05:41:32.843Z",
              "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_run_id": "123e4567-e89b-12d3-a456-426614174000",
    "latest_run_status": "initializing",
    "ANY_ADDITIONAL_PROPERTY": "anything"
  },
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "permission_denied": false,
  "name": "text"
}

Update Run Template

put

Update a run template.

Args: template_id: ID of the run template to get. update: The updates to apply.

Returns: The updated run template.

Authorizations
Path parameters
template_idstring · uuidRequired
Body

Run template update model.

nameany ofOptional
string · max: 255Optional
or
nullOptional
descriptionany ofOptional
string · max: 65535Optional
or
nullOptional
hiddenany ofOptional
booleanOptional
or
nullOptional
add_tagsany ofOptional
string[]Optional
or
nullOptional
remove_tagsany ofOptional
string[]Optional
or
nullOptional
Responses
200
Successful Response
application/json
put
PUT /api/v1/run_templates/{template_id} HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 93

{
  "name": "text",
  "description": "text",
  "hidden": true,
  "add_tags": [
    "text"
  ],
  "remove_tags": [
    "text"
  ]
}
{
  "body": {
    "created": "2025-07-15T05:41:32.843Z",
    "updated": "2025-07-15T05:41:32.843Z",
    "user_id": "123e4567-e89b-12d3-a456-426614174000",
    "project_id": "123e4567-e89b-12d3-a456-426614174000",
    "runnable": true,
    "hidden": false
  },
  "metadata": {
    "description": "text",
    "pipeline_spec": {
      "version": "0.4",
      "source": {
        "module": "text",
        "attribute": "text",
        "type": "user",
        "ANY_ADDITIONAL_PROPERTY": "anything"
      },
      "parameters": {
        "ANY_ADDITIONAL_PROPERTY": "anything"
      },
      "steps": [
        {
          "source": {
            "module": "text",
            "attribute": "text",
            "type": "user",
            "ANY_ADDITIONAL_PROPERTY": "anything"
          },
          "upstream_steps": [
            "text"
          ],
          "inputs": {
            "ANY_ADDITIONAL_PROPERTY": {
              "step_name": "text",
              "output_name": "text"
            }
          },
          "pipeline_parameter_name": ""
        }
      ]
    },
    "config_template": {
      "ANY_ADDITIONAL_PROPERTY": "anything"
    },
    "config_schema": {
      "ANY_ADDITIONAL_PROPERTY": "anything"
    }
  },
  "resources": {
    "user": {
      "body": {
        "created": "2025-07-15T05:41:32.843Z",
        "updated": "2025-07-15T05:41:32.843Z",
        "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"
    },
    "source_deployment": {
      "body": {
        "created": "2025-07-15T05:41:32.843Z",
        "updated": "2025-07-15T05:41:32.843Z",
        "user_id": "123e4567-e89b-12d3-a456-426614174000",
        "project_id": "123e4567-e89b-12d3-a456-426614174000"
      },
      "metadata": {
        "run_name_template": "text",
        "pipeline_configuration": {
          "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"
        },
        "step_configurations": {
          "ANY_ADDITIONAL_PROPERTY": {
            "spec": {
              "source": {
                "module": "text",
                "attribute": "text",
                "type": "user",
                "ANY_ADDITIONAL_PROPERTY": "anything"
              },
              "upstream_steps": [
                "text"
              ],
              "inputs": {
                "ANY_ADDITIONAL_PROPERTY": {
                  "step_name": "text",
                  "output_name": "text"
                }
              },
              "pipeline_parameter_name": ""
            },
            "config": {
              "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"
                  }
                }
              },
              "name": "text",
              "caching_parameters": {
                "ANY_ADDITIONAL_PROPERTY": "anything"
              },
              "external_input_artifacts": {
                "ANY_ADDITIONAL_PROPERTY": {
                  "id": "123e4567-e89b-12d3-a456-426614174000"
                }
              },
              "model_artifacts_or_metadata": {
                "ANY_ADDITIONAL_PROPERTY": {
                  "model_name": "text",
                  "model_version": "text",
                  "artifact_name": "text",
                  "artifact_version": "text",
                  "metadata_name": "text"
                }
              },
              "client_lazy_loaders": {
                "ANY_ADDITIONAL_PROPERTY": {
                  "method_name": "text",
                  "call_chain": [
                    {
                      "attribute_name": "text",
                      "is_call": false,
                      "call_args": [],
                      "call_kwargs": {
                        "ANY_ADDITIONAL_PROPERTY": "anything"
                      },
                      "selector": null
                    }
                  ],
                  "exclude_next_call": false
                }
              }
            },
            "step_config_overrides": {
              "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"
                  }
                }
              },
              "name": "text",
              "caching_parameters": {
                "ANY_ADDITIONAL_PROPERTY": "anything"
              },
              "external_input_artifacts": {
                "ANY_ADDITIONAL_PROPERTY": {
                  "id": "123e4567-e89b-12d3-a456-426614174000"
                }
              },
              "model_artifacts_or_metadata": {
                "ANY_ADDITIONAL_PROPERTY": {
                  "model_name": "text",
                  "model_version": "text",
                  "artifact_name": "text",
                  "artifact_version": "text",
                  "metadata_name": "text"
                }
              },
              "client_lazy_loaders": {
                "ANY_ADDITIONAL_PROPERTY": {
                  "method_name": "text",
                  "call_chain": [
                    {
                      "attribute_name": "text",
                      "is_call": false,
                      "call_args": [],
                      "call_kwargs": {
                        "ANY_ADDITIONAL_PROPERTY": "anything"
                      },
                      "selector": null
                    }
                  ],
                  "exclude_next_call": false
                }
              }
            }
          }
        },
        "client_environment": {
          "ANY_ADDITIONAL_PROPERTY": "anything"
        },
        "client_version": "text",
        "server_version": "text",
        "pipeline_version_hash": "text",
        "pipeline_spec": {
          "version": "0.4",
          "source": {
            "module": "text",
            "attribute": "text",
            "type": "user",
            "ANY_ADDITIONAL_PROPERTY": "anything"
          },
          "parameters": {
            "ANY_ADDITIONAL_PROPERTY": "anything"
          },
          "steps": [
            {
              "source": {
                "module": "text",
                "attribute": "text",
                "type": "user",
                "ANY_ADDITIONAL_PROPERTY": "anything"
              },
              "upstream_steps": [
                "text"
              ],
              "inputs": {
                "ANY_ADDITIONAL_PROPERTY": {
                  "step_name": "text",
                  "output_name": "text"
                }
              },
              "pipeline_parameter_name": ""
            }
          ]
        },
        "code_path": "text",
        "pipeline": {
          "body": {
            "created": "2025-07-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "user_id": "123e4567-e89b-12d3-a456-426614174000",
            "project_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "metadata": {
            "description": "text"
          },
          "resources": {
            "user": {
              "body": {
                "created": "2025-07-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "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-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "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-15T05:41:32.843Z",
                  "updated": "2025-07-15T05:41:32.843Z",
                  "user_id": "123e4567-e89b-12d3-a456-426614174000",
                  "color": "grey",
                  "exclusive": true
                },
                "metadata": {
                  "tagged_count": 1
                },
                "resources": {
                  "user": {
                    "body": {
                      "created": "2025-07-15T05:41:32.843Z",
                      "updated": "2025-07-15T05:41:32.843Z",
                      "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-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "user_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "metadata": {
            "components": {
              "ANY_ADDITIONAL_PROPERTY": [
                {
                  "body": {
                    "created": "2025-07-15T05:41:32.843Z",
                    "updated": "2025-07-15T05:41:32.843Z",
                    "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-15T05:41:32.843Z",
                        "updated": "2025-07-15T05:41:32.843Z",
                        "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-15T05:41:32.843Z",
                        "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-15T05:41:32.843Z",
                            "updated": "2025-07-15T05:41:32.843Z",
                            "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-15T05:41:32.843Z",
                        "updated": "2025-07-15T05:41:32.843Z",
                        "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-15T05:41:32.843Z",
                        "updated": "2025-07-15T05:41:32.843Z",
                        "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-15T05:41:32.843Z",
                            "updated": "2025-07-15T05:41:32.843Z",
                            "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-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "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"
        },
        "build": {
          "body": {
            "created": "2025-07-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "user_id": "123e4567-e89b-12d3-a456-426614174000",
            "project_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "metadata": {
            "pipeline": {
              "body": {
                "created": "2025-07-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "user_id": "123e4567-e89b-12d3-a456-426614174000",
                "project_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "metadata": {
                "description": "text"
              },
              "resources": {
                "user": {
                  "body": {
                    "created": "2025-07-15T05:41:32.843Z",
                    "updated": "2025-07-15T05:41:32.843Z",
                    "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-15T05:41:32.843Z",
                    "updated": "2025-07-15T05:41:32.843Z",
                    "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-15T05:41:32.843Z",
                      "updated": "2025-07-15T05:41:32.843Z",
                      "user_id": "123e4567-e89b-12d3-a456-426614174000",
                      "color": "grey",
                      "exclusive": true
                    },
                    "metadata": {
                      "tagged_count": 1
                    },
                    "resources": {
                      "user": {
                        "body": {
                          "created": "2025-07-15T05:41:32.843Z",
                          "updated": "2025-07-15T05:41:32.843Z",
                          "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-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "user_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "metadata": {
                "components": {
                  "ANY_ADDITIONAL_PROPERTY": [
                    {
                      "body": {
                        "created": "2025-07-15T05:41:32.843Z",
                        "updated": "2025-07-15T05:41:32.843Z",
                        "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-15T05:41:32.843Z",
                            "updated": "2025-07-15T05:41:32.843Z",
                            "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-15T05:41:32.843Z",
                            "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-15T05:41:32.843Z",
                                "updated": "2025-07-15T05:41:32.843Z",
                                "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-15T05:41:32.843Z",
                            "updated": "2025-07-15T05:41:32.843Z",
                            "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-15T05:41:32.843Z",
                            "updated": "2025-07-15T05:41:32.843Z",
                            "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-15T05:41:32.843Z",
                                "updated": "2025-07-15T05:41:32.843Z",
                                "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-15T05:41:32.843Z",
                    "updated": "2025-07-15T05:41:32.843Z",
                    "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-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "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-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "user_id": "123e4567-e89b-12d3-a456-426614174000",
            "project_id": "123e4567-e89b-12d3-a456-426614174000",
            "active": true,
            "cron_expression": "text",
            "start_time": "2025-07-15T05:41:32.843Z",
            "end_time": "2025-07-15T05:41:32.843Z",
            "interval_second": "text",
            "catchup": false,
            "run_once_start_time": "2025-07-15T05:41:32.843Z"
          },
          "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-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "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-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "commit": "text",
            "subdirectory": "text",
            "code_repository": {
              "body": {
                "created": "2025-07-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "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-15T05:41:32.843Z",
                    "updated": "2025-07-15T05:41:32.843Z",
                    "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
        },
        "template_id": "123e4567-e89b-12d3-a456-426614174000"
      },
      "resources": {
        "user": {
          "body": {
            "created": "2025-07-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "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
    },
    "pipeline": {
      "body": {
        "created": "2025-07-15T05:41:32.843Z",
        "updated": "2025-07-15T05:41:32.843Z",
        "user_id": "123e4567-e89b-12d3-a456-426614174000",
        "project_id": "123e4567-e89b-12d3-a456-426614174000"
      },
      "metadata": {
        "description": "text"
      },
      "resources": {
        "user": {
          "body": {
            "created": "2025-07-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "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-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "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-15T05:41:32.843Z",
              "updated": "2025-07-15T05:41:32.843Z",
              "user_id": "123e4567-e89b-12d3-a456-426614174000",
              "color": "grey",
              "exclusive": true
            },
            "metadata": {
              "tagged_count": 1
            },
            "resources": {
              "user": {
                "body": {
                  "created": "2025-07-15T05:41:32.843Z",
                  "updated": "2025-07-15T05:41:32.843Z",
                  "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-15T05:41:32.843Z",
        "updated": "2025-07-15T05:41:32.843Z",
        "user_id": "123e4567-e89b-12d3-a456-426614174000",
        "project_id": "123e4567-e89b-12d3-a456-426614174000"
      },
      "metadata": {
        "pipeline": {
          "body": {
            "created": "2025-07-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "user_id": "123e4567-e89b-12d3-a456-426614174000",
            "project_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "metadata": {
            "description": "text"
          },
          "resources": {
            "user": {
              "body": {
                "created": "2025-07-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "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-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "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-15T05:41:32.843Z",
                  "updated": "2025-07-15T05:41:32.843Z",
                  "user_id": "123e4567-e89b-12d3-a456-426614174000",
                  "color": "grey",
                  "exclusive": true
                },
                "metadata": {
                  "tagged_count": 1
                },
                "resources": {
                  "user": {
                    "body": {
                      "created": "2025-07-15T05:41:32.843Z",
                      "updated": "2025-07-15T05:41:32.843Z",
                      "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-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "user_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "metadata": {
            "components": {
              "ANY_ADDITIONAL_PROPERTY": [
                {
                  "body": {
                    "created": "2025-07-15T05:41:32.843Z",
                    "updated": "2025-07-15T05:41:32.843Z",
                    "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-15T05:41:32.843Z",
                        "updated": "2025-07-15T05:41:32.843Z",
                        "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-15T05:41:32.843Z",
                        "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-15T05:41:32.843Z",
                            "updated": "2025-07-15T05:41:32.843Z",
                            "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-15T05:41:32.843Z",
                        "updated": "2025-07-15T05:41:32.843Z",
                        "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-15T05:41:32.843Z",
                        "updated": "2025-07-15T05:41:32.843Z",
                        "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-15T05:41:32.843Z",
                            "updated": "2025-07-15T05:41:32.843Z",
                            "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-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "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-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "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
    },
    "code_reference": {
      "body": {
        "created": "2025-07-15T05:41:32.843Z",
        "updated": "2025-07-15T05:41:32.843Z",
        "commit": "text",
        "subdirectory": "text",
        "code_repository": {
          "body": {
            "created": "2025-07-15T05:41:32.843Z",
            "updated": "2025-07-15T05:41:32.843Z",
            "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-15T05:41:32.843Z",
                "updated": "2025-07-15T05:41:32.843Z",
                "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
    },
    "tags": [
      {
        "body": {
          "created": "2025-07-15T05:41:32.843Z",
          "updated": "2025-07-15T05:41:32.843Z",
          "user_id": "123e4567-e89b-12d3-a456-426614174000",
          "color": "grey",
          "exclusive": true
        },
        "metadata": {
          "tagged_count": 1
        },
        "resources": {
          "user": {
            "body": {
              "created": "2025-07-15T05:41:32.843Z",
              "updated": "2025-07-15T05:41:32.843Z",
              "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_run_id": "123e4567-e89b-12d3-a456-426614174000",
    "latest_run_status": "initializing",
    "ANY_ADDITIONAL_PROPERTY": "anything"
  },
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "permission_denied": false,
  "name": "text"
}

Delete Run Template

delete

Delete a run template.

Args: template_id: ID of the run template to delete.

Authorizations
Path parameters
template_idstring · uuidRequired
Responses
200
Successful Response
application/json
Responseany
delete
DELETE /api/v1/run_templates/{template_id} HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*

No content

Last updated

Was this helpful?