---
title: "List all config pages"
method: GET
path: "/v1/agents/{agentId}/real-time-configs"
tags: ["Real-Time Configs"]
---

# List all config pages

`GET /v1/agents/{agentId}/real-time-configs`

## Response `200`

Successful response

- GetConfigPagesResponse — One config page per environment (sandbox, pre-release, live).
  - `configPages` ConfigPageResponse[], required
    - `clientEnv` string, required — Environment (sandbox, pre-release, live)
    - `variables` object — Config key-value pairs
    - `schema` object — JSON Schema (Draft 7) definition
    - `lastUpdated` string — ISO 8601 timestamp of last update

## Other responses

- `401` — Unauthorized – missing or invalid API key
- `403` — Forbidden – insufficient permissions

---

[API](https://skmtc.net/poly/apis/polyai-agents-api.md) · [All operations](https://skmtc.net/poly/apis/polyai-agents-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/poly/polyai-agents-api/revisions/76f3c606e395/schema)
