---
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

---

[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/revisions/2f82328f5184/schema)
