---
title: "List Policy Group Check results"
method: GET
path: "/policy-group-checks/{policy_group_check}/policy-check-results"
tags: ["policy-group-checks"]
---

# List Policy Group Check results

`GET /policy-group-checks/{policy_group_check}/policy-check-results`

List policy check results for a specific policy group check.

Required permission: policy_groups:read

## Path parameters

- `policy_group_check` string, required

## Query parameters

- `query` string
- `filter[policy]` string
- `filter[date]` string
- `filter[result]` string
- `filter[environment]` string
- `filter[workspace]` string
- `filter[terragrunt-unit]` string
- `format` string
- `include` string[]
- `fields` object
  - `environments` string — The comma-separated list of fields to return in response for Environment resource.
  - `policy-check-results` string — The comma-separated list of fields to return in response for PolicyCheckResult resource.
  - `workspaces` string — The comma-separated list of fields to return in response for Workspace resource.
- `page[number]` string
- `page[size]` string
- `sort` string[]

## Response `200`

Success.

## Other responses

- `403` — User unauthorized to perform this action.
- `404` — Policy group check not found.
- `4XX` — Client error.
- `5XX` — Server error.

---

[API](https://skmtc.net/scalr/apis/scalr-iacp-api.md) · [All operations](https://skmtc.net/scalr/apis/scalr-iacp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalr/scalr-iacp-api/revisions/fc927526ad12/schema)
