> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://api.alsona.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://api.alsona.com/_mcp/server.

# List seat threads

GET https://hublinks.io/rest/accounts/{account_id}/seats/{seat_id}/inbox/linkedin/threads

List Linkedin threads for a seat.

Reference: https://api.alsona.com/api-reference/inbox/linkedin/threads/list-seat-threads

## OpenAPI Specification

```yaml
openapi: 3.1.0
info:
  title: collection
  version: 1.0.0
paths:
  /rest/accounts/{account_id}/seats/{seat_id}/inbox/linkedin/threads:
    get:
      operationId: list-seat-threads
      summary: List seat threads
      description: List Linkedin threads for a seat.
      tags:
        - inbox > linkedin > threads
      parameters:
        - name: account_id
          in: path
          required: true
          schema:
            type: string
        - name: seat_id
          in: path
          required: true
          schema:
            type: string
        - name: X-API-KEY
          in: header
          required: true
          schema:
            type: string
      responses:
        '200':
          description: Response with status 200
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Inbox_Linkedin_Threads_List seat
                  threads_Response_200
servers:
  - url: https://hublinks.io
    description: https://hublinks.io
components:
  schemas:
    RestAccountsAccountIdSeatsSeatIdInboxLinkedinThreadsGetResponsesContentApplicationJsonSchemaThreadsItems:
      type: object
      properties:
        read:
          type: boolean
        type:
          type: string
        urn_lp:
          type: string
        seat_id:
          type: string
        ln_inbox:
          type: string
        last_name:
          type: string
        ln_degree:
          type: integer
        member_id:
          type: string
        thread_id:
          type: string
        account_id:
          type: string
        created_at:
          type: integer
        first_name:
          type: string
        updated_at:
          type: integer
        ln_headline:
          type: string
        last_message_at:
          type: integer
      required:
        - read
        - type
        - urn_lp
        - seat_id
        - ln_inbox
        - last_name
        - ln_degree
        - member_id
        - thread_id
        - account_id
        - created_at
        - first_name
        - updated_at
        - ln_headline
        - last_message_at
      title: >-
        RestAccountsAccountIdSeatsSeatIdInboxLinkedinThreadsGetResponsesContentApplicationJsonSchemaThreadsItems
    Inbox_Linkedin_Threads_List seat threads_Response_200:
      type: object
      properties:
        success:
          type: boolean
        threads:
          type: array
          items:
            $ref: >-
              #/components/schemas/RestAccountsAccountIdSeatsSeatIdInboxLinkedinThreadsGetResponsesContentApplicationJsonSchemaThreadsItems
        last_key:
          description: Any type
      required:
        - success
        - threads
      title: Inbox_Linkedin_Threads_List seat threads_Response_200
  securitySchemes:
    apiKeyAuth:
      type: apiKey
      in: header
      name: X-API-KEY

```

## Examples



**Response**

```json
{
  "success": true,
  "threads": [
    {
      "read": false,
      "type": "profile",
      "urn_lp": "ACoAAAozmmIBqnheTd_gX_PlVdeUIFcgGHE3RIs",
      "seat_id": "SEAT6a13e661ecc6a86e3fb7",
      "ln_inbox": "LP",
      "last_name": "Kubiak",
      "ln_degree": 1,
      "member_id": "171154018",
      "thread_id": "2-M2NmOGI4Y2UtYjk1ZS00OWQ2LWI0NzYtMjM4M2UzZTI0N2M4XzEwMA==",
      "account_id": "ACCO136ce10b5f8a7682efb3",
      "created_at": 1755712036953,
      "first_name": "Michael",
      "updated_at": 1755712036953,
      "ln_headline": "Account & Relationship Management Executive (Michigan), Wolters Kluwer Health Learning, Research & Practice",
      "last_message_at": 1755698701352
    },
    {
      "read": true,
      "type": "profile",
      "urn_lp": "ACoAAD9buUUBHGtToaHm5ToNeNYvOH337H1QNVQ",
      "seat_id": "SEAT6a13e661ecc6a86e3fb7",
      "ln_inbox": "LP",
      "last_name": "Tennies",
      "ln_degree": 1,
      "member_id": "1062975813",
      "thread_id": "2-M2ZiYzNkMjUtOGQ3OC00NjhjLTk0NWUtMDk2ZjhkM2UwYTczXzEwMA==",
      "account_id": "ACCO136ce10b5f8a7682efb3",
      "created_at": 1753796664966,
      "first_name": "Paul",
      "updated_at": 1753882338574,
      "ln_headline": "Deputy Chief of Police University of Michigan- Dearborn Campus Chief of Police (Ret) l PERF SMIP Session #81",
      "last_message_at": 1753794910981
    },
    {
      "read": false,
      "type": "profile",
      "urn_lp": "ACoAAAEiKX0Bgtt0lGbYw8Yk3UzOHPIFvZxazhE",
      "seat_id": "SEAT6a13e661ecc6a86e3fb7",
      "ln_inbox": "LP",
      "last_name": "Brown",
      "ln_degree": 1,
      "member_id": "19016061",
      "thread_id": "2-MGY0M2RmYTctNjQ1MC00NmVkLWEwNmMtODNkMjM5NGM3NmQ1XzEwMA==",
      "account_id": "ACCO136ce10b5f8a7682efb3",
      "created_at": 1756480809797,
      "first_name": "Andrea Dyan",
      "updated_at": 1756480809797,
      "ln_headline": "Stronger Brands, Smarter Strategies | Business Strategist | Author | Speaker | AI Strategist",
      "last_message_at": 1756142217642
    },
    {
      "read": false,
      "type": "profile",
      "urn_lp": "ACoAAAEdvJIBIuP76VKBi9j0sAIfhLsOe86Rrh8",
      "seat_id": "SEAT6a13e661ecc6a86e3fb7",
      "ln_inbox": "LP",
      "last_name": "Topouzian",
      "ln_degree": 1,
      "member_id": "18726034",
      "thread_id": "2-MTg3NTY0MDgtMjhiNi00MGI1LWI4ZGYtZTc5NDA3M2EzNWVkXzEwMA==",
      "account_id": "ACCO136ce10b5f8a7682efb3",
      "created_at": 1755819868213,
      "first_name": "Ara",
      "updated_at": 1755819868213,
      "ln_headline": "Executive Director at Michigan Venture Capital Association",
      "last_message_at": 1755803063053
    },
    {
      "read": true,
      "type": "profile",
      "urn_lp": "ACoAAAY2bN0BnZNazyAQZsJflaAV8Z4ZMowAPJw",
      "seat_id": "SEAT6a13e661ecc6a86e3fb7",
      "ln_inbox": "LP",
      "last_name": "Peltz",
      "ln_degree": 2,
      "member_id": "104230109",
      "thread_id": "2-Mjc1MDAyY2QtNjljYy00MTM3LWI2MDktYmYwZTI0MTQyZjg2XzEwMA==",
      "account_id": "ACCO136ce10b5f8a7682efb3",
      "created_at": 1753728057247,
      "first_name": "Elan",
      "updated_at": 1753803462419,
      "ln_headline": "CEO @ Blackwatch '68 Properties | Award Winning Boutique Properties | Vintage Modern Luxury Apts | Michigan Beach Vacation Airbnbs | Bucktown Luxury Apts | Unique Milwaukee Lakefront Residences",
      "last_message_at": 1753716383434
    }
  ]
}
```

**SDK Code**

```python Response
import requests

url = "https://hublinks.io/rest/accounts/account_id/seats/seat_id/inbox/linkedin/threads"

headers = {"X-API-KEY": "<apiKey>"}

response = requests.get(url, headers=headers)

print(response.json())
```

```javascript Response
const url = 'https://hublinks.io/rest/accounts/account_id/seats/seat_id/inbox/linkedin/threads';
const options = {method: 'GET', headers: {'X-API-KEY': '<apiKey>'}};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go Response
package main

import (
	"fmt"
	"net/http"
	"io"
)

func main() {

	url := "https://hublinks.io/rest/accounts/account_id/seats/seat_id/inbox/linkedin/threads"

	req, _ := http.NewRequest("GET", url, nil)

	req.Header.Add("X-API-KEY", "<apiKey>")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby Response
require 'uri'
require 'net/http'

url = URI("https://hublinks.io/rest/accounts/account_id/seats/seat_id/inbox/linkedin/threads")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Get.new(url)
request["X-API-KEY"] = '<apiKey>'

response = http.request(request)
puts response.read_body
```

```java Response
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.get("https://hublinks.io/rest/accounts/account_id/seats/seat_id/inbox/linkedin/threads")
  .header("X-API-KEY", "<apiKey>")
  .asString();
```

```php Response
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('GET', 'https://hublinks.io/rest/accounts/account_id/seats/seat_id/inbox/linkedin/threads', [
  'headers' => [
    'X-API-KEY' => '<apiKey>',
  ],
]);

echo $response->getBody();
```

```csharp Response
using RestSharp;

var client = new RestClient("https://hublinks.io/rest/accounts/account_id/seats/seat_id/inbox/linkedin/threads");
var request = new RestRequest(Method.GET);
request.AddHeader("X-API-KEY", "<apiKey>");
IRestResponse response = client.Execute(request);
```

```swift Response
import Foundation

let headers = ["X-API-KEY": "<apiKey>"]

let request = NSMutableURLRequest(url: NSURL(string: "https://hublinks.io/rest/accounts/account_id/seats/seat_id/inbox/linkedin/threads")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "GET"
request.allHTTPHeaderFields = headers

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```