---
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, required

## Response `200`

A list of flows

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

## Other responses

- `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

- **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/2209d99ea36e/schema)
