> ## 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.

# Lister publications reseaux

🧠 Agent concerné : John

# LIMOVA - Récupération des Posts Sociaux

## Route

### Récupérer tous les posts sociaux

**GET** `/socialPost/getSocialPosts`

Récupère tous les posts sociaux.

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

**Réponse :**

```json theme={null}
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/SocialPostDto"
  }
}
```
