Aggregated comments across all project components
Returns paginated comments from all components in the project, with triage status counts. Different row shape from component comments — includes component_id/component_name but omits some triage attribution fields. Uses Project#paginated_comments (NOT CommentQueryService).
Authorizations
Personal access token authentication. Send via Authorization header: Authorization: Token vulcan_xxx. Tokens are SHA-256 hashed server-side (never stored in plaintext). Scopes: read (GET), write (mutations), admin (everything). Create tokens via Settings → API Tokens in the web UI.
Parameters
Query Parameters
Filter comments by triage disposition. Defaults to "pending" — the triage table opens on undispositioned comments. Use "all" to return comments in any status.
"all""pending""concur""concur_with_comment""non_concur""duplicate""informational""needs_clarification""withdrawn""addressed_by""pending""pending"Page number for paginated results (1-based).
111Number of items to return per page.
251100025Filter by requirement section (fixtext, check_content, etc.).
"fixtext"Filter to a specific component within the project.
Filter by comment author.
Text search within comment content.
Filter by resolved state (true/false/all).
"true""false""all""false"Responses
Paginated project comment rows with status counts