---
title: "List Expert Setup Items"
method: GET
path: "/api/experts/setup"
tags: ["v2", "experts", "experts", "private"]
---

# List Expert Setup Items

`GET /api/experts/setup`

What still stands between each expert's scheduled workflows and a schedule.

## Response `200`

Successful Response

- ExpertSetupItem[]
  - `expert_id` string, required
  - `expert_name` string, required
  - `expert_avatar_url` string, nullable, required
  - `workflow_id` string, required
  - `workflow_name` string, nullable, required
  - `library_agent_id` string, nullable, required
  - `providers` string[], required
  - `resolution` 'connect' | 'allow' | 'inputs' | 'workflow', required
  - `credential_id` string, nullable
  - `missing_inputs` string[]

## Other responses

- `401` — Authentication required

## Changes

- **2026-09-11** `2974b16e2a5e` — 1 warning, 1 info
  - added the new `inputs` enum value to the `items/resolution` response property for the response status `200`
  - added the optional property `items/missing_inputs` to the response with the `200` status
- **2026-09-10** `a6d218b986bb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/changes/api/experts/setup/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/a8f415ca28ec?raw)
