---
title: "List bot platforms enabled on this deployment plus the caller's links"
method: GET
path: "/api/platform-linking/platforms"
tags: ["platform-linking"]
---

# List bot platforms enabled on this deployment plus the caller's links

`GET /api/platform-linking/platforms`

## Response `200`

Successful Response

- BotPlatformInfo[]
  - `platform` string, required
  - `display_name` string, required
  - `icon` string, required
  - `server_noun` string
  - `add_bot_url` string, nullable
  - `dm_link` PlatformUserLinkInfo
    - `id` string, required
    - `platform` string, required
    - `platform_user_id` string, required
    - `platform_username` string, nullable, required
    - `linked_at` string, date-time, required
  - `server_links` PlatformLinkInfo[]
    - `id` string, required
    - `platform` string, required
    - `platform_server_id` string, required
    - `owner_platform_user_id` string, required
    - `server_name` string, nullable, required
    - `linked_at` string, date-time, required
  - `pending_install` PendingInstallInfo — The caller added the bot to a server but hasn't linked an account yet. ``open_bot_url`` deep-links into the bot's chat on the platform, where the next step (the bot's Link Account prompt) is waiting.
    - `server_name` string, nullable
    - `open_bot_url` string, required

## Other responses

- `401` — Authentication required

## Changes

- **2026-08-12** `ad967de8dccc` — 2 info
  - added the optional property `items/pending_install` to the response with the `200` status
  - added the optional property `items/server_noun` to the response with the `200` status
- **2026-05-27** `2cb381141987` — 1 info
  - endpoint added
- **2026-04-30** `8c84efcb3afb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/changes/api/platform-linking/platforms/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/5dc375899754/schema)
