---
title: "Get Sent"
method: GET
path: "/api/linkedin-poc/sent"
tags: ["LinkedInPoC"]
---

# Get Sent

`GET /api/linkedin-poc/sent`

Return the most-recent sent rows, newest first.

## Query parameters

- `limit` integer

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Response `200`

Successful Response

- SentResponse
  - `rows` SentRow[], required
    - `id` string, required
    - `created_at` string, required
    - `account_ref` string, required
    - `profile_url` string, required
    - `kind` string, required
    - `body_text` string, required
    - `status` string, required
    - `connection_state` string, nullable, required
    - `error` string, nullable, required
    - `sent_at` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/explee/apis/explee-api.md) · [All operations](https://skmtc.dev/explee/apis/explee-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/explee/explee-api/revisions/f169bc6e9447/schema)
