---
title: "List resource findings"
method: POST
path: "/compliance/api/v1/resource_findings"
tags: ["compliance"]
---

# List resource findings

`POST /compliance/api/v1/resource_findings`

Retrieving list of resource findings

## Request body

- GithubComOpengovernOpengovernancePkgComplianceApiListResourceFindingsRequest
  - `afterSortKey` unknown[]
    - unknown
  - `filters` GithubComOpengovernOpengovernancePkgComplianceApiResourceFindingFilters
    - `benchmarkID` string[]
    - `complianceStatus` GithubComOpengovernOpengovernancePkgComplianceApiComplianceStatus[]
    - `compliance_job_id` string[]
    - `connectionGroup` string[]
    - `controlID` string[]
    - `evaluatedAt` object
      - `from` integer
      - `to` integer
    - `integrationID` string[]
    - `integrationType` string[]
    - `interval` string
    - `notIntegrationID` string[]
    - `resourceCollection` string[]
    - `resourceID` string[]
    - `resourceTypeID` string[]
    - `severity` TypesComplianceResultSeverity[]
  - `limit` integer
  - `sort` GithubComOpengovernOpengovernancePkgComplianceApiResourceFindingsSort[]
    - `complianceStatus` 'asc' | 'desc'
    - `failedCount` 'asc' | 'desc'
    - `platformResourceID` 'asc' | 'desc'
    - `resourceLocation` 'asc' | 'desc'
    - `resourceName` 'asc' | 'desc'
    - `resourceType` 'asc' | 'desc'

## Response `200`

OK

- GithubComOpengovernOpengovernancePkgComplianceApiListResourceFindingsResponse
  - `resourceFindings` GithubComOpengovernOpengovernancePkgComplianceApiResourceFinding[]
    - `complianceJobID` string
    - `complianceResults` GithubComOpengovernOpengovernancePkgComplianceApiComplianceResult[]
      - `benchmarkID` string
      - `complianceJobID` integer
      - `complianceStatus` 'failed' | 'passed'
      - `controlID` string
      - `controlPath` string
      - `controlTitle` string
      - `costImpact` number
      - `evaluatedAt` integer
      - `id` string
      - `integrationID` string
      - `integrationName` string — Connection ID
      - `integrationType` string
      - `lastEvent` string
      - `parentBenchmarkNames` string[]
      - `platformResourceID` string
      - `providerID` string — Connection ID
      - `reason` string
      - `resourceID` string
      - `resourceName` string
      - `resourceType` string
      - `resourceTypeName` string
      - `runnerID` integer
      - `severity` 'none' | 'low' | 'medium' | 'high' | 'critical'
      - `sortKey` unknown[]
        - unknown
      - `stateActive` boolean
    - `evaluatedAt` string
    - `failedCount` integer
    - `id` string
    - `integrationID` string — Connection ID
    - `integrationName` string — Connection ID
    - `integrationType` string
    - `platformResourceID` string
    - `providerID` string — Connection ID
    - `resourceLocation` string
    - `resourceName` string
    - `resourceType` string
    - `resourceTypeLabel` string
    - `sortKey` unknown[]
      - unknown
    - `totalCount` integer
  - `totalCount` integer

---

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