---
title: "List flows owned by you"
method: GET
path: "/flow/owned"
tags: ["flow"]
---

# List flows owned by you

`GET /flow/owned`

Returns an array with all flows owned by you.

## Query parameters

- `api_key` string

## Response `200`

A list of flows

- object
  - `flow_owned` InlineResponse20011FlowOwned
    - `id` string[]

## Other responses

- `412` — Precondition failed. An error code and message are returned. 310 - Please provide API key to authenticate. 311 - Authentication failed. The API key was not valid. Please try to login again, or contact api administrators. 312 - No flows owned by you.

## Changes

- **2019-02-22** `8e2f718635ef` — 4 info
  - added the non-success response with the status `412`
  - removed the non-success response with the status `310`
  - removed the non-success response with the status `311`
  - removed the non-success response with the status `312`
- **2018-09-18** `4df86fe63217` — 1 info
  - the `query` request parameter `api_key` became optional
- **2018-01-17** `2209d99ea36e` — 1 breaking, 4 info
  - the `query` request parameter `api_key` became required
  - added the non-success response with the status `310`
  - added the non-success response with the status `311`
  - added the non-success response with the status `312`
  - …1 more

[Change history](https://skmtc.dev/openml/apis/openml-api/changes/flow/owned/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/8e2f718635ef/schema)
