---
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' | 'microsoft_365_copilot', required
    - `credential_id` string, nullable, required
    - `label` string, required
    - `available` boolean, required
    - `default` boolean, required

## Other responses

- `401` — Authentication required

## Changes

- **2026-09-12** `95db58ee8138` — 1 warning
  - added the new `microsoft_365_copilot` enum value to the `transports/items/auth_provider` response property for the response status `200`
- **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.dev/significant-gravitas/apis/autogpt-agent-server/revisions/a8f415ca28ec?raw)
