Analysis
Get Scan History
Retrieves the scan history for a repository, returning the last analysis results for each commit that has been scanned
POST
Documentation Index
Fetch the complete documentation index at: https://docs.codeant.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Access token for the git provider (GitHub PAT, GitLab PAT, Bitbucket App Password, Azure DevOps PAT). 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)