get_entry
Retrieve a single content entry by ID with all fields and populated relations. Get complete entry details including metadata and linked content.
Instructions
Retrieve a single content entry by its ID with full field and relation data. Returns the complete entry including all populated relations and metadata fields. Use this when you need the full details of a specific entry after finding it via list_entries or search_entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Locale code to retrieve a specific localization (e.g., 'en', 'fr') | |
| entry_id | Yes | Numeric ID of the entry to retrieve | |
| populate | No | Relations to populate. Use '*' for all, or specify fields like 'author,tags' | * |
| content_type | Yes | Plural API ID of the content type (e.g., 'articles', 'products') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |