---
title: "List Dome Configs"
method: GET
path: "/v1/dome-configs"
tags: ["Dome", "dome-configs"]
---

# List Dome Configs

`GET /v1/dome-configs`

List dome configs for the team; optional filter by bound agent_id column.

## Query parameters

- `team_id` string, uuid, required — Team ID (required)
- `agent_id` string, uuid, nullable — If set, only configs whose dome_configs.agent_id matches (paginated).
- `limit` integer — Page size
- `offset` integer — Pagination offset

## Response `200`

Successful Response

- DomeConfigListResponse — Response model for listing Dome configurations.
  - `dome_configs` DomeConfigResponse[], required
    - `id` string, uuid, required
    - `status` string
    - `agent_id` string, uuid, nullable
    - `config_body` object
    - `dome_instance_url` string, nullable
    - `created_at` integer, required
    - `created_by` string, uuid, required
    - `updated_at` integer, nullable
    - `updated_by` string, uuid, nullable
  - `count` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/vijilai/apis/vijil-console-api-combined.md) · [All operations](https://skmtc.net/vijilai/apis/vijil-console-api-combined/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vijilai/vijil-console-api-combined/versions/a8b2ee2b2d06/schema)
