Retrieves detailed information about specific content including its complete structure.
Parameters
| Parameter | Type | Required | Description |
|---|
projectId | string | No | Project ID (uses session default) |
contentId | string | Yes | Unique identifier of the content |
Response
| Field | Type | Description |
|---|
id | string | Unique content identifier |
name | string | Display name/title |
description | string | Structured description |
typeId | string | Content type identifier |
typeVersion | number | Schema version used |
content | object | Structured JSON content |
status | string | Publication status |
tags | string[] | Categorization tags |
metadata | object | Additional metadata |
createdAt | string | ISO 8601 creation timestamp |
updatedAt | string | ISO 8601 update timestamp |
Example
Request
Response
Usage
Get Content Details
Use as Template
Fetch existing content to use as a template for new content:
Use get_content to understand the structure of existing content before creating new content of the same type. This helps ensure your new content follows established patterns.