v1

latestOpenAPI 3.0.02026-07-249055687.1 KB
alerts

Get Org Alert Resolution

Fetch a single active alert resolution by UUID. Returns the same row shape as the list endpoint.

This endpoint consumes 1 unit of your quota.

This endpoint requires the following org token scopes:

  • alert-resolution:read
get/orgs/{org_slug}/alerts/resolutions/{uuid}

Path parameters

org_slugstring required

The slug of the organization

uuidstring required

The UUID of the alert resolution to fetch

Response

The requested alert resolution.

uuidstring required

The UUID of the resolution.

reason'false_positive' | 'remediated' | 'tolerable_risk' | 'other' required

The reason the alert was resolved. One of: false_positive, remediated, tolerable_risk, other.

reason_textstring nullable required

Free-form reason text when reason is other.

commentstring nullable required

Operator-provided comment.

alert_typestring nullable required

Alert type the resolution scopes to (e.g. criticalCVE). Null if the resolution applies to multiple alert types.

repostring nullable required

Repository full name the resolution scopes to. Null if not scoped to a single repo.

repo_labelstring nullable required

Repository label the resolution scopes to. Null if not scoped to a label.

artifact_typestring nullable required

Package ecosystem the resolution scopes to (e.g. npm, pypi). Null if not scoped to a single ecosystem.

artifact_namespacestring nullable required

Package namespace/scope the resolution scopes to. Null if not scoped to a namespace.

artifact_namestring nullable required

Package name the resolution scopes to. Null if not scoped to a single package.

artifact_versionstring nullable required

Package version the resolution scopes to. Extracted from the resolution selector at read time; null if the resolution applies to multiple versions or no single version.

resolved_bystring nullable required

User ID that created the resolution. Null for system-created resolutions.

created_atstring required

ISO-8601 creation timestamp.

updated_atstring required

ISO-8601 last-update timestamp.