Skip to main content
Retrieves detailed information about specific content including its complete structure.

Input Schema

Parameters

ParameterTypeRequiredDescription
projectIdstringNoProject ID (uses session default)
contentIdstringYesUnique identifier of the content

Response

FieldTypeDescription
idstringUnique content identifier
namestringDisplay name/title
descriptionstringStructured description
typeIdstringContent type identifier
typeVersionnumberSchema version used
contentobjectStructured JSON content
statusstringPublication status
tagsstring[]Categorization tags
metadataobjectAdditional metadata
createdAtstringISO 8601 creation timestamp
updatedAtstringISO 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.