---
title: "Start multiple flows"
method: POST
path: "/flows/multiple/start"
tags: ["flows"]
---

# Start multiple flows

`POST /flows/multiple/start`

Initiates the flow's integration process by publishing the appropriate events to the event bus. Requires the 'flows.control' permission.

## Request body

- string[]

## Response `200`

Returns an array of with id and new status of the flows or the error messages

- object[]
  - `data` object
    - `id` string
    - `status` string
  - `meta` object

## Other responses

- `400` — Invalid ID format.
- `403` — User is not authorised to start flows.
- `404` — No Flow with this id was found.
- `409` — Flow is currently not inactive. Only inactive flows can be started.
- `500` — One or more errors occurred. See content.

---

[API](https://skmtc.net/openintegrationhub/apis/flow-repository.md) · [All operations](https://skmtc.net/openintegrationhub/apis/flow-repository/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openintegrationhub/flow-repository/versions/898fa794c6b8/schema)
