---
title: "List repository workflows"
method: GET
path: "/repos/{owner}/{repo}/actions/workflows"
tags: ["actions"]
---

# List repository workflows

`GET /repos/{owner}/{repo}/actions/workflows`

Lists the workflows in a repository.

Anyone with read access to the repository can use this endpoint.

OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.

## Path parameters

- `owner` string, required
- `repo` string, required

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

Response

- object
  - `total_count` integer, required
  - `workflows` Workflow[], required
    - `id` integer, required
    - `node_id` string, required
    - `name` string, required
    - `path` string, required
    - `state` 'active' | 'deleted' | 'disabled_fork' | 'disabled_inactivity' | 'disabled_manually', required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `url` string, required
    - `html_url` string, required
    - `badge_url` string, required
    - `deleted_at` string, date-time

---

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