---
title: "Get repo-level variables list"
method: GET
path: "/repos/{owner}/{repo}/actions/variables"
tags: ["repository"]
---

# Get repo-level variables list

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

## Path parameters

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

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

VariableList

- ActionVariable[]
  - `data` string — the value of the variable
  - `description` string — the description of the variable
  - `name` string — the name of the variable
  - `owner_id` integer — the owner to which the variable belongs
  - `repo_id` integer — the repository to which the variable belongs

## Other responses

- `400` — APIError is error format response
- `404` — APINotFound is a not found empty 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)
