---
title: "List Linked Accounts"
method: GET
path: "/v1/linked-accounts"
tags: ["linked-accounts"]
---

# List Linked Accounts

`GET /v1/linked-accounts`

List all linked accounts.
- Optionally filter by app_name and linked_account_owner_id.
- app_name + linked_account_owner_id can uniquely identify a linked account.
- This can be an alternatively way to GET /linked-accounts/{linked_account_id} for getting a specific linked account.

## Query parameters

- `app_name` string, nullable
- `linked_account_owner_id` string, nullable

## 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)
