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

# List logs

GET https://hublinks.io/rest/accounts/{account_id}/seats/{seat_id}/profiles/{profile_id}/logs

List seat-profile logs between `start_date` and `end_date` (required).

Reference: https://api.hublinks.io/api-reference/logs/list-logs

## OpenAPI Specification

```yaml
openapi: 3.1.0
info:
  title: collection
  version: 1.0.0
paths:
  /rest/accounts/{account_id}/seats/{seat_id}/profiles/{profile_id}/logs:
    get:
      operationId: list-logs
      summary: List logs
      description: List seat-profile logs between `start_date` and `end_date` (required).
      tags:
        - logs
      parameters:
        - name: account_id
          in: path
          required: true
          schema:
            type: string
        - name: seat_id
          in: path
          required: true
          schema:
            type: string
        - name: profile_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/Logs_List logs_Response_200'
servers:
  - url: https://hublinks.io
    description: https://hublinks.io
components:
  schemas:
    RestAccountsAccountIdSeatsSeatIdProfilesProfileIdLogsGetResponsesContentApplicationJsonSchemaLogsItems:
      type: object
      properties:
        id:
          type: string
        ttl:
          type: integer
        date:
          type: string
        event:
          type: string
        value:
          type: string
        seat_id:
          type: string
        member_id:
          type: string
        timestamp:
          type: integer
        account_id:
          type: string
        created_at:
          type: integer
        created_by:
          type: string
        campaign_id:
          type: string
        seat_profile:
          type: string
        social_media:
          type: string
      required:
        - id
        - ttl
        - date
        - event
        - value
        - seat_id
        - member_id
        - timestamp
        - account_id
        - created_at
        - created_by
        - campaign_id
        - seat_profile
        - social_media
      title: >-
        RestAccountsAccountIdSeatsSeatIdProfilesProfileIdLogsGetResponsesContentApplicationJsonSchemaLogsItems
    Logs_List logs_Response_200:
      type: object
      properties:
        success:
          type: boolean
        start_date:
          type: integer
        end_date:
          type: integer
        last_key:
          description: Any type
        logs:
          type: array
          items:
            $ref: >-
              #/components/schemas/RestAccountsAccountIdSeatsSeatIdProfilesProfileIdLogsGetResponsesContentApplicationJsonSchemaLogsItems
      required:
        - success
        - start_date
        - end_date
        - logs
      title: Logs_List logs_Response_200
  securitySchemes:
    apiKeyAuth:
      type: apiKey
      in: header
      name: X-API-KEY

```

## Examples



**Response**

```json
{
  "success": true,
  "start_date": 1704067200000,
  "end_date": 1767225600000,
  "logs": [
    {
      "id": "10024172",
      "ttl": 1769287993,
      "date": "2025-07-22 21:01:08",
      "event": "ln_filter_profile_add",
      "value": "Profile added from filter",
      "seat_id": "SEAT6a13e661ecc6a86e3fb7",
      "member_id": "10024172",
      "timestamp": 1753218068808,
      "account_id": "ACCO136ce10b5f8a7682efb3",
      "created_at": 1753218068809,
      "created_by": "app",
      "campaign_id": "CAMP98dc1225b7904ff61471",
      "seat_profile": "SEAT6a13e661ecc6a86e3fb7:10024172",
      "social_media": "linkedin"
    },
    {
      "id": "10024172",
      "ttl": 1769359145,
      "date": "2025-07-23 16:45:21",
      "event": "ln_profile_view",
      "value": "ok-> https://www.linkedin.com/in/chadpaalman",
      "seat_id": "SEAT6a13e661ecc6a86e3fb7",
      "member_id": "10024172",
      "timestamp": 1753289121754,
      "account_id": "ACCO136ce10b5f8a7682efb3",
      "created_at": 1753289121755,
      "created_by": "docker",
      "campaign_id": "CAMP98dc1225b7904ff61471",
      "seat_profile": "SEAT6a13e661ecc6a86e3fb7:10024172",
      "social_media": "linkedin"
    },
    {
      "id": "10024172",
      "ttl": 1769355593,
      "date": "2025-07-23 17:53:13",
      "event": "ln_profile_like_post",
      "value": "{\"status\":\"no_posts\",\"status_code\":102,\"success\":true}",
      "seat_id": "SEAT6a13e661ecc6a86e3fb7",
      "member_id": "10024172",
      "timestamp": 1753293193509,
      "account_id": "ACCO136ce10b5f8a7682efb3",
      "created_at": 1753293195412,
      "created_by": "docker",
      "campaign_id": "CAMP98dc1225b7904ff61471",
      "seat_profile": "SEAT6a13e661ecc6a86e3fb7:10024172",
      "social_media": "linkedin"
    },
    {
      "id": "10024172",
      "ttl": 1769446323,
      "date": "2025-07-24 18:33:53",
      "event": "ln_profile_view",
      "value": "ok-> https://www.linkedin.com/in/chadpaalman",
      "seat_id": "SEAT6a13e661ecc6a86e3fb7",
      "member_id": "10024172",
      "timestamp": 1753382033831,
      "account_id": "ACCO136ce10b5f8a7682efb3",
      "created_at": 1753382033832,
      "created_by": "docker",
      "campaign_id": "CAMP98dc1225b7904ff61471",
      "seat_profile": "SEAT6a13e661ecc6a86e3fb7:10024172",
      "social_media": "linkedin"
    },
    {
      "id": "10024172",
      "ttl": 1769446323,
      "date": "2025-07-24 18:34:19",
      "event": "ln_profile_follow",
      "value": "fail",
      "seat_id": "SEAT6a13e661ecc6a86e3fb7",
      "member_id": "10024172",
      "timestamp": 1753382059317,
      "account_id": "ACCO136ce10b5f8a7682efb3",
      "created_at": 1753382059505,
      "created_by": "docker",
      "campaign_id": "CAMP98dc1225b7904ff61471",
      "seat_profile": "SEAT6a13e661ecc6a86e3fb7:10024172",
      "social_media": "linkedin"
    },
    {
      "id": "10024172",
      "ttl": 1769536256,
      "date": "2025-07-25 21:05:41",
      "event": "ln_profile_invite",
      "value": "ok",
      "seat_id": "SEAT6a13e661ecc6a86e3fb7",
      "member_id": "10024172",
      "timestamp": 1753477541737,
      "account_id": "ACCO136ce10b5f8a7682efb3",
      "created_at": 1753477542031,
      "created_by": "docker",
      "campaign_id": "CAMP98dc1225b7904ff61471",
      "seat_profile": "SEAT6a13e661ecc6a86e3fb7:10024172",
      "social_media": "linkedin"
    }
  ]
}
```

**SDK Code**

```python Response
import requests

url = "https://hublinks.io/rest/accounts/account_id/seats/seat_id/profiles/profile_id/logs"

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/profiles/profile_id/logs';
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/profiles/profile_id/logs"

	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/profiles/profile_id/logs")

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/profiles/profile_id/logs")
  .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/profiles/profile_id/logs', [
  '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/profiles/profile_id/logs");
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/profiles/profile_id/logs")! 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()
```