My Comments page — user's comments across accessible projects
Returns paginated comments authored by the specified user across all projects the requesting user can access. Scoped by project visibility, not identity — this is a filtered view, not a privacy boundary. Supports triage status filtering, project filtering, and pagination.
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 the user's comments by triage disposition. Absent or "all" returns comments in any status — this page has no default filter.
"all""pending""concur""concur_with_comment""non_concur""duplicate""informational""needs_clarification""withdrawn""addressed_by""concur""all"Page number for paginated results (1-based).
111Number of items to return per page.
251100025Filter comments to a specific project.
3Responses
Paginated user comments with project/component context