create() to wait for the
result, or submit() to start a job and retrieve() to check it later.
The SDK examples show both flows with complete code.
Read the result
An evaluation settles atcompleted, partial, or failed.
result.summary describes the overall assessment. result.glitches contains
the findings; an empty list means no findings were reported by the completed checks.
Only read a finding’s type-specific fields after checking its
type.
See error codes for failed or partial evaluations.
Evaluation history
iterate() fetches pages automatically, newest first. Use status to filter results.
The examples below use an initialized client.
- Python
- TypeScript