---
title: "POST /api/automation/workflows/{workflow_id}/publish/async/"
method: POST
path: "/api/automation/workflows/{workflow_id}/publish/async/"
tags: ["Automation workflows"]
---

# POST /api/automation/workflows/{workflow_id}/publish/async/

`POST /api/automation/workflows/{workflow_id}/publish/async/`

This endpoint starts an asynchronous job to publish the automation workflow. The job clones the current version of the given automation and publishes it for the given workflow.

## Path parameters

- `workflow_id` integer, required

## Headers

- `ClientSessionId` string, uuid

## Response `202`

- object — Unspecified response body

## Other responses

- `400`
- `404`

---

[API](https://skmtc.dev/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.dev/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/revisions/f3396317d932/schema)
