--- layout: default title: Workflow APIs nav_order: 40 has_children: true has_toc: false --- # Workflow APIs This is an experimental feature and is not recommended for use in a production environment. For updates on the progress of the feature or if you want to leave feedback, see the associated [GitHub issue](https://github.com/opensearch-project/flow-framework/issues/475). {: .warning} OpenSearch supports the following workflow APIs: * [Create or update workflow]({{site.url}}{{site.baseurl}}/automating-configurations/api/create-workflow/) * [Get workflow]({{site.url}}{{site.baseurl}}/automating-configurations/api/get-workflow/) * [Provision workflow]({{site.url}}{{site.baseurl}}/automating-configurations/api/provision-workflow/) * [Get workflow status]({{site.url}}{{site.baseurl}}/automating-configurations/api/get-workflow-status/) * [Get workflow steps]({{site.url}}{{site.baseurl}}/automating-configurations/api/get-workflow-steps/) * [Search workflow]({{site.url}}{{site.baseurl}}/automating-configurations/api/search-workflow/) * [Deprovision workflow]({{site.url}}{{site.baseurl}}/automating-configurations/api/deprovision-workflow/) * [Delete workflow]({{site.url}}{{site.baseurl}}/automating-configurations/api/delete-workflow/)