---
title: "List all Workflows"
method: GET
path: "/api/v2/workflows"
tags: ["Workflows"]
---

# List all Workflows

`GET /api/v2/workflows`

List all Workflows in an Account

## Response `200`

OK

- WorkflowsIndexResponse
  - `workflows` object[], required
    - `country_code` string, required — ISO country code
    - `description` string, nullable, required — Description of the workflow.
    - `id` string, required — UUID of the workflow
    - `locale` string, required — Language ISO code.
    - `openings_count` number, required — Number of openings in the workflow.
    - `title` string, required — The title of the Workflow.
    - `created_at` string, date-time, required — Date that the workflow was created.
    - `published` boolean — Whether or not this has been published as a Standard Workflow Template
  - `pagination` PaginateJsonSchemaVersionOneOfMany, required
    - `current_page` integer, required
    - `next_page` integer, nullable, required
    - `per_page` integer, required
    - `total_count` integer, required
    - `total_pages` integer, required

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/revisions/5f406c0e9462/schema)
