tie_deviances_by_checker
List all Identity Exposure deviances for a specific checker and security profile. Supports optional filter expressions.
Instructions
List IoE deviances for a given checker within a profile (full detail, no date filter).
For a time-bounded view use tie_deviances(hours=...) or tie_recent_activity instead.
The TIE API models this as a POST with a filter expression body; an empty
expression returns all deviances for the checker.
Args: checker_id: IoE checker id (see tie_resource_action resource="checkers"). profile_id: Security profile id (default 1). page: Page number (1-based). per_page: Results per page. expression: Optional filter expression object. Defaults to {} (no filter). verbose: If False (default), render descriptions and drop giant attribute values to save tokens. Set True for the full raw payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| verbose | No | ||
| per_page | No | ||
| checker_id | Yes | ||
| expression | No | ||
| profile_id | No |