Get Content Bulk
get_content_bulkRetrieve up to 50 content items by their IDs in configurable batches, with options to select fields and control missing-item handling.
Instructions
Retrieve multiple content items by IDs efficiently with batch processing and error handling
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exclude | No | Fields to exclude from response | |
| include | No | Fields to include in response | |
| item_ids | Yes | Array of content item IDs to retrieve (1-50 items) | |
| batch_size | No | Items processed per batch (1-20) | |
| fail_on_missing | No | Whether to fail if any items are missing |