Skip to main content
POST
Add finding comment
Appends a comment to a finding’s triage thread. Comments appear in the dashboard alongside comments from GitHub, Slack, and other integrations.
Scope required: write

Request

Path parameters

Body

Response

201 Created
The comment is tagged with source: "api" and attributed to the API key’s creator. It then appears in the finding’s triage_thread.

Errors

  • 400 — comment missing or exceeds 4000 characters.
  • 404 — finding not found or not visible to your organization.