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

# List repository workflows

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

## Path parameters

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

## Response `200`

ActionWorkflowList

- ActionWorkflowResponse — ActionWorkflowResponse returns a ActionWorkflow
  - `total_count` integer
  - `workflows` ActionWorkflow[]
    - `badge_url` string — BadgeURL is the URL for the workflow badge
    - `created_at` string, date-time
    - `deleted_at` string, date-time
    - `html_url` string — HTMLURL is the web URL for viewing the workflow
    - `id` string — ID is the unique identifier for the workflow
    - `name` string — Name is the name of the workflow
    - `path` string — Path is the file path of the workflow
    - `state` string — State indicates if the workflow is active or disabled
    - `updated_at` string, date-time
    - `url` string — URL is the API URL for this workflow

## Other responses

- `400` — APIError is error format response
- `403` — APIForbiddenError is a forbidden error response
- `404` — APINotFound is a not found empty response
- `422` — APIValidationError is error format response related to input validation
- `500` — APIError is error format response

---

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