---
title: "List Chat Transports"
method: GET
path: "/api/chat/transports"
tags: ["v2", "chat", "chat"]
---

# List Chat Transports

`GET /api/chat/transports`

Every transport the user can chat over.

Exactly one carries ``default: true`` — the connection this user chose in
Settings, or the server's own pick when they haven't chosen one.

## Response `200`

Successful Response

- ChatTransportsResponse
  - `transports` ChatTransportResponse[], required
    - `auth_provider` 'platform' | 'codex', required
    - `credential_id` string, nullable, required
    - `label` string, required
    - `available` boolean, required
    - `default` boolean, required

## Other responses

- `401` — Authentication required

## Changes

- **2026-08-12** `316dc5984754` — 1 info
  - endpoint added

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