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

🧠 Agent concerné : John

# LIMOVA - Récupération des Jobs Facebook

## Route

### Récupérer tous les jobs Facebook

**GET** `/facebook/getFacebookJobs`

Récupère tous les jobs Facebook.

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

**Réponse :**

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