v15

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03377590.5 KB
comments

List comments for a job or commit

get/api/comments

Query parameters

job_idinteger

List comments by job ID

List comments by job ID

commit_idinteger

List comments by commit ID

List comments by commit ID

shastring

List comments by commit SHA

List comments by commit SHA

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://example.com/ListCommentsOutputBody.json",
  "responses": [
    {
      "$schema": "https://example.com/Response.json"
    }
  ]
}