---
title: "Queries flows with filtering and pagination."
method: GET
path: "/flow"
tags: ["Flow"]
---

# Queries flows with filtering and pagination.

`GET /flow`

## Query parameters

- `page` integer
- `page_size` integer
- `sort` string[]
- `name` object
  - `eq` string
  - `neq` string
  - `gt` string
  - `gte` string
  - `lt` string
  - `lte` string
  - `contains` string
  - `starts_with` string
  - `ends_with` string
  - `in` string[]
  - `not_contains` string
- `created_at` object
  - `eq` string
  - `neq` string
  - `gt` string
  - `gte` string
  - `lt` string
  - `lte` string
  - `contains` string
  - `starts_with` string
  - `ends_with` string
  - `in` string[]
  - `not_contains` string
- `logic` 'and' | 'or'

## Response `200`

OK

- QueryFlowsEndpointPagedResultOfOutput
  - `total` integer, required
  - `page` integer, required
  - `pageSize` integer, required
  - `items` QueryFlowsEndpointOutput[], required
    - `id` string, required — The unique identifier of the flow.
    - `name` string, required — The name of the flow.
    - `type` 'Ranking', required
    - `ownerId` string, uuid, required — The ID of the customer who owns the flow.
    - `ownerMail` string, required — The email of the customer who owns the flow.
    - `organizationId` string, required — The id of the organization that owns the entity.
    - `createdAt` string, date-time, required — The timestamp when the flow was created.
  - `totalPages` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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