Get Scan History
Retrieves the scan history for a repository, returning the last analysis results for each commit that has been scanned
POST
Authorizations
CodeAnt API token (cdt_...), created on the Settings → API Tokens page. Pass via Authorization: Bearer <token> header.
Body
application/json
Repository identifier (format varies by platform)
Example:
"owner/repository"
Version control platform
Available options:
github, azuredevops, gitlab, bitbucket Example:
"github"
Organization or workspace name
Example:
"owner"
GitHub base URL (for self-hosted instances)
GitLab base URL (for self-hosted instances)
Azure DevOps base URL
Bitbucket base URL (for self-hosted instances)