---
title: "Get Linked Account"
method: GET
path: "/v1/linked-accounts/{linked_account_id}"
tags: ["linked-accounts"]
---

# Get Linked Account

`GET /v1/linked-accounts/{linked_account_id}`

Get a linked account by its id.
- linked_account_id uniquely identifies a linked account across the platform.

## Path parameters

- `linked_account_id` string, uuid, required

## Response `200`

Successful Response

- LinkedAccountPublic
  - `id` string, uuid, required
  - `project_id` string, uuid, required
  - `app_name` string, required
  - `linked_account_owner_id` string, required
  - `security_scheme` 'no_auth' | 'api_key' | 'http_basic' | 'http_bearer' | 'oauth2', required — security scheme type for an app (or function if support override)
  - `enabled` boolean, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/aci/apis/aipolabs.md) · [All operations](https://skmtc.net/aci/apis/aipolabs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aci/aipolabs/revisions/718400d06fee/schema)
