---
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.
    - `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.

---

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