Aller au contenu principal

Findings

Choisissez votre langage :

Findings are issues detected for a system.

client.findings.list(filters)

List findings detected for a system.

SDKclient.findings.list(filters)
RetourneFinding[]

Parameters:

EmplacementParamètreTypeRequisDéfautDescription
Querysystem_idstringRequisSystem UUID.
Querycriterion_idstringOptionnelRestrict findings to one criterion.
QueryconfirmedbooleanOptionneltrueFilter by confirmation status.
QuerylimitintegerOptionnel50Maximum 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.