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

---

[API](https://skmtc.net/openml/apis/openml-api.md) · [All operations](https://skmtc.net/openml/apis/openml-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openml/openml-api/versions/263d3d6ee586/schema)
