GET analyses/{project-id}/commits/{commit-id}
Summary: Get analysis summary for a specific commit
Operation ID: getAnalysisForCommit
Auth: unknown
Operation ID: getAnalysisForCommit
Auth: unknown
Description
Get a summary of the analysis results for a specific commit, or the latest commit, to a project. (For projects configured for sparse or upload analysis, only `latest` is supported.) This endpoint reports a summary of results for each language, and also the analysis identifier. You can use the analysis identifier to download full details of all the alerts found by the analysis. For more information, see [Get detailed alert information](https://lgtm.com/help/lgtm/api/api-v1#opIdgetAlerts).
Parameters (2)
commit-id
(string, path, required)
The identifier of a specific commit. Alternatively, use `latest` for the most recent analyzed commit.
project-id
(integer, path, required)
The numeric project identifier.
No probe data for this endpoint yet.