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

# List Expert Credentials

`GET /api/experts/{expert_id}/credentials`

The integrations this expert is allowed to use.

## Path parameters

- `expert_id` string, required

## Response `200`

Successful Response

- ExpertCredentialRef[]
  - `credential_id` string, required
  - `provider` string, required
  - `title` string, required
  - `type` string, required

## Other responses

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

## Changes

- **2026-08-31** `f690fe3627f4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/changes/api/experts/:expert_id/credentials/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/dc8f009814db/schema)
