Get Content

Retrieve a single content item by ID.

GET/api/v2/contents/{id}

Path parameters

ParameterTypeDescription
idintegerContent ID.

Query parameters

ParameterTypeDescription
response_formatstringControls whether the data field is included and how detailed it is. One of concise, normalized, detailed (deprecated alias of normalized). Defaults to normalized. See Response formats.

Example response

{
  "id": 120384,
  "content_type": "linkedinPost",
  "created_at": "2026-06-12T09:15:00.000Z",
  "data": {
    "post_id": "7440055204630249472",
    "is_repost": false,
    "link": "https://www.linkedin.com/posts/sillage-signals_activity-7440055204630249472-vKkM",
    "text": "Thank you for featuring us! 🔥",
    "posted_at": "2026-06-12T09:00:00.000Z",
    "engagement": { "likes": 12, "comments": 2, "shares": 1 },
    "author": {
      "type": "profile",
      "full_name": "Jean Dupont",
      "headline": "VP Sales @ Acme",
      "linkedin_url": "https://www.linkedin.com/in/jeandupont"
    }
  },
  "lead_id": 3301,
  "company_id": 8421
}

On this page