get_item
Retrieve a specific content item from Cockpit CMS by its model name and ID. Returns the item's fields.
Instructions
Get a single content item by its id. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Item _id | |
| model | Yes | Model name | |
| fields | No | Optional projection | |
| populate | No | Depth to resolve links (0/1) |