---
title: "List workflows"
method: GET
path: "/v1/workflows"
tags: ["Workflows"]
---

# List workflows

`GET /v1/workflows`

Retrieve a paginated list of workflows.

## Query parameters

- `perPage` string
- `cursor` string

## Response `200`

Successful.

- ListWorkflowsResponse
  - `pagination` Pagination, required
    - `totalResults` number, required
    - `returnedResults` number, required
    - `perPage` number, required
    - `totalPages` number, required
    - `nextCursor` string, nullable, required
    - `nextPage` string, nullable, required
  - `data` WorkflowSummary[], required
    - `id` string, required — The ID of the workflow.
    - `url` string, uri, required — The URL of the workflow in the Loops app.
    - `name` string, required — The name of the workflow.
    - `createdAt` string, date-time, required — ISO 8601 timestamp for when the workflow was created.
    - `updatedAt` string, date-time, required — ISO 8601 timestamp for when the workflow was last updated.

## Other responses

- `400` — Invalid `perPage` or `cursor` value.
- `401` — Invalid API key.
- `405` — Wrong HTTP request method.

## Changes

> 9 revisions in range; 1 not diffed, 4 could not be searched.

- **2026-07-26** `72d136d738c3` — 6 info
  - the response property `pagination/nextCursor` became required for the status `200`
  - the response property `pagination/nextPage` became required for the status `200`
  - the response property `pagination/perPage` became required for the status `200`
  - the response property `pagination/returnedResults` became required for the status `200`
  - …2 more

[Change history](https://skmtc.dev/loops/apis/loops-openapi-spec/changes/v1/workflows/get.md)

---

[API](https://skmtc.dev/loops/apis/loops-openapi-spec.md) · [All operations](https://skmtc.dev/loops/apis/loops-openapi-spec/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/loops/loops-openapi-spec/revisions/8bd0098300ec/schema)
