---
title: "List all platform servers linked to the authenticated user"
method: GET
path: "/api/platform-linking/links"
tags: ["platform-linking"]
---

# List all platform servers linked to the authenticated user

`GET /api/platform-linking/links`

## Response `200`

Successful Response

- 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

## Other responses

- `401` — Authentication required

---

[API](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/significant-gravitas/autogpt-agent-server/versions/382041c7ecb2/schema)
