community_post_details
Retrieve detailed information about YouTube community posts by providing the post ID, enabling access to content and engagement data for analysis.
Instructions
Community Post Details
Query Parameters:
id (Required): Community post ID
Responses:
200 (Success): Successful response
Content-Type:
application/json
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Community post ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Community post ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}