Paginated triage table for component comments
Returns paginated public comments on this component's rules, with triage status counts and filtering. Powers the triage page table and split-pane views. Supports filtering by status, section, rule, author, text search, and resolution state. Requires project membership.
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 comments on a specific rule.
100Filter to comments by a specific author.
42Full-text search across comment content.
"container image"Filter by resolved state (true/false/all).
"true""false""all""false"Restrict rows to comments on requirements ("rule") or on the component itself ("component"). Absent or any other value returns both.
"rule""component""rule"Include rule content fields for split-pane triage view.
"true"Responses
Paginated comment rows with status counts