---
title: "List LinkedIn accounts for a sequence"
method: GET
path: "/v3/sequences/{id}/linkedin-accounts"
tags: ["Sequence LinkedIn Accounts"]
---

# List LinkedIn accounts for a sequence

`GET /v3/sequences/{id}/linkedin-accounts`

<small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>

Returns all LinkedIn accounts available for the sequence

## Path parameters

- `id` integer, required

## Response `200`

List of LinkedIn accounts retrieved successfully

- object[]
  - `id` integer — Unique identifier for the LinkedIn account
  - `name` string — Name of the LinkedIn account
  - `profileUrl` string, nullable — LinkedIn profile URL
  - `status` 'disabled' | 'enabled' | 'dailyLimitReached' | 'cookieInvalid' — Current status of the LinkedIn account

## Other responses

- `400` — Invalid id parameter
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks permission to view this sequence
- `404` — Sequence not found
- `429` — Too Many Requests

---

[API](https://skmtc.net/reply/apis/reply-api.md) · [All operations](https://skmtc.net/reply/apis/reply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reply/reply-api/revisions/1c3d32eaf95e/schema)
