Skip to content
Try Gitea Cloud ☁️ for 30 days → Accelerate your Development & Deploys!
This is the documentation of 1.24.7, which is no longer the latest release. See the latest release.

List repository workflows

GET
/repos/{owner}/{repo}/actions/workflows
curl --request GET \
--url https://gitea.com/api/v1/repos/example/example/actions/workflows \
--header 'Authorization: Basic <credentials>'
owner
required
string

Owner of the repo

repo
required
string

Name of the repo

ActionWorkflowList

Media typeapplication/json

ActionWorkflowResponse returns a ActionWorkflow

object
total_count
integer format: int64
workflows
Array<object>

ActionWorkflow represents a ActionWorkflow

object
badge_url
string
created_at
string format: date-time
deleted_at
string format: date-time
html_url
string
id
string
name
string
path
string
state
string
updated_at
string format: date-time
url
string
Examplegenerated
{
"total_count": 1,
"workflows": [
{
"badge_url": "example",
"created_at": "2026-04-15T12:00:00Z",
"deleted_at": "2026-04-15T12:00:00Z",
"html_url": "example",
"id": "example",
"name": "example",
"path": "example",
"state": "example",
"updated_at": "2026-04-15T12:00:00Z",
"url": "example"
}
]
}

APIError is error format response

Media typeapplication/json
message
string
url
string

APIForbiddenError is a forbidden error response

Media typeapplication/json
message
string
url
string

APINotFound is a not found empty response

Media typeapplication/json

APIValidationError is error format response related to input validation

Media typeapplication/json
message
string
url
string

APIError is error format response

Media typeapplication/json
message
string
url
string