---
title: "List benchmarks filtered by integrations and other filters"
method: POST
path: "/compliance/api/v3/benchmarks"
tags: ["compliance"]
---

# List benchmarks filtered by integrations and other filters

`POST /compliance/api/v3/benchmarks`

## Request body

- GithubComOpengovernOpengovernancePkgComplianceApiGetBenchmarkListRequest
  - `assigned` boolean
  - `compliance_result_filters` GithubComOpengovernOpengovernancePkgComplianceApiComplianceResultSummaryFilters
    - `integrationID` string[]
    - `resourceTypeID` string[]
  - `connectors` string[]
  - `controls` string[]
  - `cursor` integer
  - `integration` GithubComOpengovernOpengovernancePkgComplianceApiIntegrationFilter[]
    - `integration_id` string
    - `integration_type` string
    - `name` string
    - `provider_id` string
  - `is_baseline` boolean
  - `list_of_tables` string[]
  - `parent_benchmark_id` string[]
  - `per_page` integer
  - `primary_table` string[]
  - `root` boolean
  - `sort_by` string
  - `tags` object
  - `tags_regex` string
  - `title_regex` string

## Response `200`

OK

- GithubComOpengovernOpengovernancePkgComplianceApiGetBenchmarkListResponse[]
  - `items` GithubComOpengovernOpengovernancePkgComplianceApiGetBenchmarkListItem[]
    - `benchmark` GithubComOpengovernOpengovernancePkgComplianceApiGetBenchmarkListMetadata
      - `auto_assigned` boolean
      - `connectors` string[]
      - `created_at` string
      - `description` string
      - `enabled` boolean
      - `id` string
      - `number_of_assignments` integer
      - `number_of_controls` integer
      - `primary_tables` string[]
      - `tags` object
      - `title` string
      - `track_drift_events` boolean
      - `updated_at` string
    - `incident_count` integer
  - `total_count` 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/versions/ab05295c4094/schema)
