---
title: "GET /v1/Configs"
method: GET
path: "/v1/Configs"
---

# GET /v1/Configs

`GET /v1/Configs`

Retrieve a list of all Configs for an Account.

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `configs` MicrovisorV1AccountConfig[]
    - `date_updated` string, date-time, nullable
    - `key` string, nullable — The config key; up to 100 characters.
    - `url` string, uri, nullable — The absolute URL of the Config.
    - `value` string, nullable — The config value; up to 4096 characters.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

[API](https://skmtc.net/twilio/apis/twilio-microvisor-v1.md) · [All operations](https://skmtc.net/twilio/apis/twilio-microvisor-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-microvisor-v1/versions/f4c6790ec548/schema)
