get_campaign_feedback
Retrieve a single feedback comment on a campaign, including its full text and metadata such as author and timestamps. Use with campaign and feedback IDs to access specific collaboration comments.
Instructions
Retrieve a single team feedback comment on a campaign.
Use to read the full text and metadata of one collaboration comment. Use list_campaign_feedback to discover feedback IDs.
Args: campaign_id: Campaign ID the feedback belongs to. Obtain from list_campaigns. feedback_id: Feedback comment ID. Obtain from list_campaign_feedback.
Returns: JSON with feedback_id, message, is_complete, block_id, created_by, created_at, updated_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| campaign_id | Yes | ||
| feedback_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |