API reference
Findings API
Datamining findings with evidence and confidence metadata.
Request
GET /api/v1/development/findingsReturns source-backed findings and clearly separated Fluxus interpretation.
| Parameter | Accepted value |
|---|---|
| Query | limit, cursor, repository, status, changeType, from, to |
Response fields
| Field | Meaning |
|---|---|
| status | Stored finding status. |
| changeType | Stored classification when available. |
| evidence | Nullable branch, stats, files and explicit commit reference. |
| detectedAt | Observation/detection timestamp. |
| sourceUrl | Canonical source URL when available. |
{
"data": {},
"meta": {
"apiVersion": "v1",
"dataStatus": "fresh",
"nextCursor": null,
"hasMore": false
}
}Notes and relationships
The legacy /api/v1/findings route uses the same page query.
Missing evidence is serialized as null rather than inferred.