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

# Get Expert Detach Preview

`GET /api/experts/{expert_id}/detach-preview`

What archiving this expert would pause — schedules and triggers —
so the client can show a clear confirmation prompt.

## Path parameters

- `expert_id` string, required

## Response `200`

Successful Response

- ExpertDetachPreview — What archiving the expert would pause — drives the confirm dialog.
  - `schedule_names` string[], required
  - `trigger_names` string[], required

## Other responses

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

## Changes

- **2026-08-06** `3dfd3128358f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/changes/api/experts/:expert_id/detach-preview/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.dev/significant-gravitas/apis/autogpt-agent-server/revisions/5f27fa9d6c03?raw)
