> ## Documentation Index
> Fetch the complete documentation index at: https://kainotomia-aa039c7f.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Historique profil

🧠 Agent concerné : Elio

# LIMOVA - Historique de Profil LinkedIn Automation

## Route

### Récupérer l'historique d'un profil

**POST** `/linkedinAutomation/campaign/getProfileHistory`

Récupère l'historique d'un profil LinkedIn dans une campagne.

**Corps de requête :**

```json theme={null}
{
  "profileUrl": "string"
}
```

**Coût :** 10 Token(s)

**Réponse :**

```json theme={null}
[
  { "$ref": "#/definitions/linkedinActionSchema" }
]
```
