List policy evaluation decision logs.
Path parameters
Query parameters
Return only logs newer than this id. This operates as an exclusive lower bound, so passing the newest id from a previous response fetches everything added since without repeating it. Prefer this over created_after for incremental fetches: created_after resolves only to the millisecond, and logs from a single evaluation commonly share one.
Filter by correlation_id.
Filter by the datetime at which the log was created. This operates as an inclusive lower bound (greater than or equal to).
Filter by the datetime at which the log was created. This operates as an exclusive upper bound (less than).
Filter by whether the policy matched the package.
Type of package formats by which to filter logs (e.g. Nuget, Cargo, Raw). Multiple formats can be provided e.g. package_format=Nuget&package_format=Cargo.
Filter by package name.
Filter by package identifier (slug_perm).
A page number within the paginated result set.
Number of results to return per page.
Filter by policy identifier (slug_perm).
Filter by repository identifier (slug_perm).
A comma-separated string of fields to sort by. Legal fields are: id. Descending order can be expressed by prepending - to a field name.