v4

latestOpenAPI 3.0.3MIT2026-08-012188139.4 KB
workspaces

List policy evaluation decision logs.

get/workspaces/{workspace}/policies/decision-logs-v1/

Path parameters

workspacestring required

Query parameters

correlation_idstring uuid

Filter by correlation_id.

created_afterstring date-time required

Filter by the datetime at which the log was created. This operates as an inclusive lower bound (greater than or equal to).

created_beforestring date-time

Filter by the datetime at which the log was created. This operates as an exclusive upper bound (less than).

matchboolean nullable

Filter by whether the policy matched the package.

package_formatstring[]

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.

package_namestring

Filter by package name.

package_slug_permstring

Filter by package identifier (slug_perm).

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

policy_slug_permstring

Filter by policy identifier (slug_perm).

repository_slug_permstring

Filter by repository identifier (slug_perm).

sortstring

A comma-separated string of fields to sort by. Legal fields are: id. Descending order can be expressed by prepending - to a field name.

Response