---
title: "List a repository's action tasks"
method: GET
path: "/repos/{owner}/{repo}/actions/tasks"
tags: ["repository"]
---

# List a repository's action tasks

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

## Path parameters

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

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

TasksList

- ActionTaskResponse — ActionTaskResponse returns a ActionTask
  - `total_count` integer — TotalCount is the total number of workflow runs
  - `workflow_runs` ActionTask[] — Entries contains the list of workflow runs
    - `created_at` string, date-time
    - `display_title` string — DisplayTitle is the display title for the workflow run
    - `event` string — Event is the type of event that triggered the workflow
    - `head_branch` string — HeadBranch is the branch that triggered the workflow
    - `head_sha` string — HeadSHA is the commit SHA that triggered the workflow
    - `id` integer — ID is the unique identifier for the action task
    - `name` string — Name is the name of the workflow
    - `run_number` integer — RunNumber is the sequential number of the workflow run
    - `run_started_at` string, date-time
    - `status` string — Status indicates the current status of the workflow run
    - `updated_at` string, date-time
    - `url` string — URL is the API URL for this workflow run
    - `workflow_id` string — WorkflowID is the identifier of the workflow

## Other responses

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

---

[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/versions/350de506cefa/schema)
