Content Group Items
Get Content Group Items By Content Group ID
Retrieves all individual items within a specific content group. This tool provides access to the detailed information about each component in a multi-media content collection such as carousel posts, albums, or playlists.
This tool is part of the Content Group Items Tools category.
Parameters
Name | Type | Required | Description |
---|---|---|---|
content_group_id | string | Yes | The ID of the content group to get items for |
Example Request
Example Response
Usage Notes
- The response is an array of content group item objects, ordered by their position in the content group.
- The
position
field indicates the order of items in the content group (0-indexed). - Different media types (images, videos, etc.) can be included in the same content group, depending on platform support.
- Each item includes its own metadata such as title, description, and media URLs.
- Some platforms may provide item-specific engagement metrics, while others only track engagement at the group level.
- If the specified content group does not exist, a
404 Not Found
error will be returned. - If the content group exists but has no items, an empty array will be returned.
- For the most up-to-date data, consider using Fetch Content Group Items before retrieving items.
Platform-Specific Notes
- Instagram: Items represent individual images or videos in a carousel post.
- Facebook: Items can be photos in an album or multiple images/videos in a single post.
- LinkedIn: Items may represent slides in a carousel post or pages in a document.
- YouTube: Items could represent videos in a playlist.
Related Tools
- Get Content Group - Get information about the parent content group
- Get Content Group Item - Get a specific item by ID
- Get Content Group Items By IDs - Get specific items by their IDs
- Fetch Content Group Items - Fetch the latest items from the platform