Documentation Index
Fetch the complete documentation index at: https://developer.surefeedback.com/llms.txt
Use this file to discover all available pages before exploring further.
Fetch full details for a single comment including all replies and metadata.
Requires: read permission
Parameters
| Parameter | Type | Required | Description |
|---|
id | string | ✓ | Comment UUID |
Example
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get-comment",
"arguments": {
"id": "550e8400-e29b-41d4-a716-446655440000"
}
}
}
Response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"task_key": "SSL-042",
"content": "The checkout button is broken on mobile",
"status": "OPEN",
"priority": "URGENT",
"is_resolved": false,
"page_url": "https://example.com/checkout",
"page_title": "Checkout",
"type": "bug",
"category": "ui",
"tags": ["mobile", "critical"],
"site": { "id": "...", "name": "My Site", "url": "example.com" },
"author": { "id": "...", "name": "Jane Smith", "email": "[email protected]" },
"replies": [
{
"id": "...",
"content": "Looking into this now",
"author": { "id": "...", "name": "Bob Dev" },
"created_at": "2026-03-01T11:00:00Z"
}
],
"created_at": "2026-03-01T10:00:00Z",
"updated_at": "2026-03-01T11:00:00Z"
}