Findings
Choisissez votre langage :
Findings are issues detected for a system.
client.findings.list(filters)
List findings detected for a system.
| SDK | client.findings.list(filters) |
|---|---|
| Retourne | Finding[] |
Parameters:
| Emplacement | Paramètre | Type | Requis | Défaut | Description |
|---|---|---|---|---|---|
| Query | system_id | string | Requis | — | System UUID. |
| Query | criterion_id | string | Optionnel | — | Restrict findings to one criterion. |
| Query | confirmed | boolean | Optionnel | true | Filter by confirmation status. |
| Query | limit | integer | Optionnel | 50 | Maximum number of findings. Minimum 1, maximum 500. |
Finding fields include:
| Field | Type | Description |
|---|---|---|
id | string | Finding UUID. |
system_id | string | System UUID. |
criterion_id | string | Criterion associated with the finding. |
technique_id | string | Technique associated with the finding, when present. |
target_surface | string | Surface where the issue was found. |
ontology_refs | array | Ontology references when returned by the backend. |
successful_prompt | string | Prompt/input that reproduced the finding. |
response_evidence | array | Evidence extracted from the response. |
source_run_id | string | Source run id. |
source_orchestrator | string | Source orchestrator when returned by the backend. |
confirmed | boolean | Whether the finding is confirmed. |
metadata | object | Additional finding metadata. |
created_at | string | Creation timestamp. |
updated_at | string | Last update timestamp. |
Cette page vous a été utile ?