---
title: "Get Agent Theme Preference"
method: GET
path: "/me/agents/{agent_id}/customizations/theme"
tags: ["User API"]
---

# Get Agent Theme Preference

`GET /me/agents/{agent_id}/customizations/theme`

## Path parameters

- `agent_id` string, uuid, required

## Response `200`

Successfully retrieved agent theme preference

- AgentThemePreferenceResponse
  - `agent_id` string, uuid, required
  - `theme_color` string, required
  - `updated_at` string, date-time, required

## Other responses

- `403` — Not authorized to access this agent
- `404` — Agent not found
- `422` — Validation Error

---

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