v1

latestOpenAPI 3.0.02026-07-249055687.1 KB
alerts

List Org Alert Resolutions

List active alert resolutions for an organization. Results are paginated via an opaque cursor and ordered by created_at. Each row includes the anchor fields (alert_type, repo, repo_label, artifact_*) that describe the resolution scope.

This endpoint consumes 1 unit of your quota.

This endpoint requires the following org token scopes:

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

Path parameters

org_slugstring required

The slug of the organization

Query parameters

directionstring

Sort direction by created_at. One of: asc, desc.

per_pageinteger

Number of results per page (1–100, default 30).

startAfterCursorstring

Opaque cursor returned by the previous response's endCursor. Omit on the first request.

Response

Lists alert resolutions for the specified organization.

endCursorstring nullable required