Skip to main content

Findings

Choose your language:

Findings are issues detected for a system.

client.findings.list(filters)

List findings detected for a system.

SDKclient.findings.list(filters)
ReturnsFinding[]

Parameters:

LocationParameterTypeRequiredDefaultDescription
Querysystem_idstringRequiredSystem UUID.
Querycriterion_idstringOptionalRestrict findings to one criterion.
QueryconfirmedbooleanOptionaltrueFilter by confirmation status.
QuerylimitintegerOptional50Maximum number of findings. Minimum 1, maximum 500.

Finding fields include:

FieldTypeDescription
idstringFinding UUID.
system_idstringSystem UUID.
criterion_idstringCriterion associated with the finding.
technique_idstringTechnique associated with the finding, when present.
target_surfacestringSurface where the issue was found.
ontology_refsarrayOntology references when returned by the backend.
successful_promptstringPrompt/input that reproduced the finding.
response_evidencearrayEvidence extracted from the response.
source_run_idstringSource run id.
source_orchestratorstringSource orchestrator when returned by the backend.
confirmedbooleanWhether the finding is confirmed.
metadataobjectAdditional finding metadata.
created_atstringCreation timestamp.
updated_atstringLast update timestamp.