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
Example response
{
"$schema": "https://example.com/ListCommentsOutputBody.json",
"responses": [
{
"$schema": "https://example.com/Response.json"
}
]
}