---
title: "Retrieve workflows from organization v1"
method: GET
path: "/v1/query/flows"
tags: ["Query"]
deprecated: true
---

# Retrieve workflows from organization v1

`GET /v1/query/flows`

> **Deprecated.**

Retrieve all workflows from your organization

## Query parameters

- `limit` string — Maximum number of items to be returned. Must be between 1 - 50 both inclusive. Omitting the limit parameter or using an invalid value will default to 20.
- `page` string — You can specify further pages with this parameter. Page numbering is 0-based and omitting the page parameter or using an invalid value will return the first page.

## Response `200`

OK

- ExportPageFlowResource
  - `totalElements` integer
  - `totalPages` integer
  - `number` integer
  - `numberOfElements` integer
  - `last` boolean
  - `first` boolean
  - `data` FlowResource[]
    - `id` string — Unique identifier that coincides with the user
    - `name` string — The name of the flow
    - `description` string — The description of the flow
    - `corporate` boolean — Boolean value that indicates if the flow is corporate otherwise individual
    - `published` boolean — Boolean value that indicates if the flow is launched
    - `created` integer — Date that indicates when the flow was created

---

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