get_post
Retrieve detailed information about a specific customer feedback post from Canny.io using the post ID to access comprehensive feedback data.
Instructions
Get detailed information about a specific Canny post
Input Schema
Name | Required | Description | Default |
---|---|---|---|
postId | Yes | ID of the post to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"postId": {
"description": "ID of the post to retrieve",
"type": "string"
}
},
"required": [
"postId"
],
"type": "object"
}