Skip to Content
Alpha — full Android pipeline + iOS toolkit + live dynamic loop. API still shifting; pin to commits in CI.
ReferenceAPIfindings · API

findings endpoints

Auto-generated from FastAPI OpenAPI. The descriptions are lifted from the route docstrings — edit the Python source, not this page.

GET /v1/findings/{finding_id}

Get Finding

Walks every project for the finding. O(projects × findings).

parameterinrequiredtypedescription
finding_idpathyesstring

Responses:

  • 200 — Successful Response
  • 422 — Validation Error

POST /v1/findings/{finding_id}/confirm

Confirm Finding

parameterinrequiredtypedescription
finding_idpathyesstring

Responses:

  • 200 — Successful Response
  • 422 — Validation Error

POST /v1/findings/{finding_id}/dismiss

Dismiss Finding

parameterinrequiredtypedescription
finding_idpathyesstring

Responses:

  • 200 — Successful Response
  • 422 — Validation Error