{
"project": { "id": "...", "name": "My Project" },
"comments": [
{
"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",
"site": { "id": "...", "name": "My Site", "url": "example.com" },
"author": { "id": "...", "name": "Jane Smith", "email": "[email protected]" },
"created_at": "2026-03-01T10:00:00Z",
"updated_at": "2026-03-01T10:00:00Z"
}
],
"pagination": {
"current_page": 1,
"total": 24,
"per_page": 10,
"last_page": 3
}
}