---
title: "List Role Configs Route"
method: GET
path: "/api/v1/proxies/{proxy_id}/role-configs"
tags: ["proxies"]
---

# List Role Configs Route

`GET /api/v1/proxies/{proxy_id}/role-configs`

## Path parameters

- `proxy_id` string, uuid, required

## Headers

- `Authorization` string, nullable

## Response `200`

Successful Response

- ProxyRoleConfigRead[]
  - `agent_role` string, required
  - `intent` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/xenovia/apis/controlplane.md) · [All operations](https://skmtc.net/xenovia/apis/controlplane/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xenovia/controlplane/revisions/4e9892b1f604/schema)
