API reference
Development API
Allowlisted commits and public findings.
Request
GET /api/v1/development/commitsReads allowlisted commit records and their source-backed metadata.
| Parameter | Accepted value |
|---|---|
| Query | limit, cursor, repository, branch, author, changeType, from, to |
Response fields
| Field | Meaning |
|---|---|
| sha | Validated hexadecimal commit identifier. |
| branch | Stored branch when available. |
| additions / deletions | Persisted change statistics. |
| filesChanged | Persisted file count. |
| repository | Allowlisted repository context. |
{
"data": {},
"meta": {
"apiVersion": "v1",
"dataStatus": "fresh",
"nextCursor": null,
"hasMore": false
}
}Notes and relationships
GET /api/v1/development/commits/:sha reads one commit.
GET /api/v1/development/findings lists findings with repository, status and changeType filters.
A finding evidence.commitSha is rendered only when the collector stored the explicit relationship.