---
title: "List all flows"
method: GET
path: "/flow/list"
tags: ["flow"]
---

# List all flows

`GET /flow/list`

Returns an array with all flows in the system.

## Query parameters

- `api_key` string, required

## Response `200`

A list of flows

- FlowList
  - `flows` object
    - `flow` object[]
      - `id` string — The flow ID
      - `full_name` string — The full flow name (name + internal version number)
      - `name` string — The flow name
      - `version` string — The internal flow version
      - `external_version` string — The external flow version
      - `uploader` string — The ID of the person who uploaded the flow

## Other responses

- `500` — There where no results.

## Changes

- **2018-01-17** `2209d99ea36e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openml/apis/openml-api/changes/flow/list/get.md)

---

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