---
title: "Get Expert"
method: GET
path: "/api/experts/{expert_id}"
tags: ["v2", "experts", "experts", "private"]
---

# Get Expert

`GET /api/experts/{expert_id}`

## Path parameters

- `expert_id` string, required

## Response `200`

Successful Response

- Expert
  - `id` string, required
  - `name` string, required
  - `avatar_url` string, nullable, required
  - `role` string, required
  - `tagline` string, nullable, required
  - `bio` string, nullable, required
  - `skills` string[], required
  - `identity` string, required
  - `is_template` boolean, required
  - `source_template_id` string, nullable, required
  - `is_archived` boolean, required
  - `workflows` ExpertWorkflowRef[], required
    - `id` string, required
    - `store_listing_version_id` string, nullable, required
    - `library_agent_id` string, nullable, required
    - `graph_id` string, nullable, required
    - `name` string, nullable, required
    - `description` string, nullable, required

## Other responses

- `401` — Authentication required
- `404` — Expert not found
- `422` — Validation Error

---

[API](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/significant-gravitas/autogpt-agent-server/versions/382041c7ecb2/schema)
