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

# List workflows

`GET /v0/workflows`

List workflows with pagination. Returns paginated results with limit (default: 50) and offset (default: 0) parameters. The response always includes pagination metadata with total count.

## Query parameters

- `project_id` string
- `id` string
- `name` string
- `created_by` string
- `created_on` string
- `updated_at` string
- `offset` integer
- `limit` integer

## Response `200`

OK

- DexterListWorkflowsTransformerResponse
  - `workflows` DexterListWorkflowItem[]
    - `id` string — Unique identifier for the workflow
    - `project_id` string — Identifier of the project this workflow belongs to
    - `legacy_project_id` string — Identifier of the project in legacy systems
    - `name` string — Display name of the workflow
    - `created_by` string — Represents the user who created this workflow
    - `description` string — Provides additional details about the workflow
    - `created_at` string — Timestamp when the workflow was created
    - `updated_at` string — Timestamp when the workflow was last modified
  - `pagination` CommonPagination
    - `limit` integer
    - `offset` integer
    - `total` integer

## Other responses

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

---

[API](https://skmtc.net/pixxel/apis/stargate.md) · [All operations](https://skmtc.net/pixxel/apis/stargate/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pixxel/stargate/revisions/b501e2ca5a9d/schema)
