---
title: "List Expert Identities"
method: GET
path: "/api/experts/identities"
tags: ["v2", "experts", "experts", "private"]
---

# List Expert Identities

`GET /api/experts/identities`

List the lightweight active and archived identity projection for chat.

## Response `200`

Successful Response

- ExpertIdentity[]
  - `id` string, required
  - `name` string, required
  - `avatar_url` string, nullable, required
  - `role` string, required
  - `is_archived` boolean, required

## Other responses

- `401` — Authentication required

## Changes

- **2026-08-17** `2ba276c6f0d1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/changes/api/experts/identities/get.md)

---

[API](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/significant-gravitas/autogpt-agent-server/revisions/5dc375899754/schema)
