---
title: "List saved flows"
method: GET
path: "/list_saved_items"
tags: ["Data Access"]
---

# List saved flows

`GET /list_saved_items`

## Query parameters

- `user_id` string
- `project_id` string

## Response `200`

Successful retrieval of saved items

- object
  - `saved_items` object[] — List of saved flows
    - `saved_item_id` string — The id for the saved flow.
    - `name` string — The name of the saved flow.
    - `description` string — The description of the saved flow.
    - `created_ts` string, date-time — Timestamp for when the flow was started.

## Other responses

- `400` — Bad request (missing parameters)
- `401` — Unauthorized (missing or invalid API key)
- `403` — Forbidden (API key does not match)
- `500` — Internal server error

---

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