---
title: "List the legacy merged context-variable projection"
method: GET
path: "/v1/assistants/{agent_id}/variables"
tags: ["assistants"]
deprecated: true
---

# List the legacy merged context-variable projection

`GET /v1/assistants/{agent_id}/variables`

> **Deprecated.**

Compatibility projection. New clients should use the revision ``context-schema`` route.

## Path parameters

- `agent_id` string, uuid, required

## Query parameters

- `revision_id` string, uuid, nullable — Resolve against this revision

## Response `200`

Successful Response

- AgentVariablesResponse
  - `variables` AgentVariableResponse[], required
    - `name` string, required
    - `type` string, required
    - `source` string, required
    - `description` string, nullable
    - `enum_values` string[], nullable

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `404` — Resource not found
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/9cd7291d4228/schema)
