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

# Voir publication instagram

🧠 Agent concerné : John

# LIMOVA - Récupération d'un Job Instagram par ID

## Route

### Récupérer un job Instagram par ID

**GET** `/instagram/getInstagramJobById/{id}`

Récupère un job Instagram spécifique par son ID.

**Paramètres :**

* `id` (string, requis) : L'ID du job Instagram

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

**Réponse :**

```json theme={null}
{
  "$ref": "#/components/schemas/InstagramJobDto"
}
```
