---
title: "GET /v3/environment-variable-groups/"
method: GET
path: "/v3/environment-variable-groups/"
tags: ["envVarGroups"]
---

# GET /v3/environment-variable-groups/

`GET /v3/environment-variable-groups/`

List environment variable groups

## Query parameters

- `offset` integer, required
- `limit` integer, required
- `orgId` string, uuid

## Response `200`

A paginated result set

- object — A paginated result set
  - `data` object[], required
    - `name` string, required — Name of the environment variable group
    - `id` string, uuid, required — The id of the group
    - `orgId` string, uuid, required — The id of the group
    - `count` integer, required
    - `updatedAt` string, date-time, nullable, required
    - `createdAt` string, date-time, required
  - `links` PaginationLinks, required — Links to use for pagination
    - `self` string, uri, required — URL of this page
    - `prev` string, uri — URL of the previous page, if any
    - `next` string, uri — URL of the next page, if any

---

[API](https://skmtc.net/val-town/apis/val-town-api.md) · [All operations](https://skmtc.net/val-town/apis/val-town-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/val-town/val-town-api/versions/4d8b6d2e6db3/schema)
