---
title: "List flows"
method: GET
path: "/v1/flows"
tags: ["Flow"]
---

# List flows

`GET /v1/flows`

List your flows

## Response `200`

A successful response.

- V1ListFlowsResponse
  - `flows` Flowv1Flow[]
    - `id` string
    - `name` string
    - `steps` V1Step[]
      - `id` string
      - `name` string
      - `options` V1StepOptions
        - `skippable` boolean
    - `options` V1FlowOptions
      - `runCreditCheck` V1RunCreditCheck
        - `provider` string[]

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/getcove/apis/proto-screening-v2-screening-proto.md) · [All operations](https://skmtc.net/getcove/apis/proto-screening-v2-screening-proto/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getcove/proto-screening-v2-screening-proto/versions/9d9f9d9f0188/schema)
