---
title: "List compliance_posture summary_by_accounts"
method: POST
path: "/compliance_posture/summary_by_accounts"
tags: ["Compliance"]
---

# List compliance_posture summary_by_accounts

`POST /compliance_posture/summary_by_accounts`

objective is to return all of the compliance summary_by_accounts

## Query parameters

- `page` integer
- `limit` integer
- `search` string

## Request body

- ComplianceSummaryRequest
  - `tenant_id` string[], required — Specify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API
  - `services` string[] — Allowed services
  - `cloud_accounts` string[] — ID of the cloud account. This can be fetched from list cloud accounts API
  - `compliance_uri` string[] — uri of compliance standard This can be fetched from the compliance standards list API call

## Response `200`

Success

- ComplianceSummary
  - `total_count` string, required
  - `page_count` string, required — page count
  - `page` string, required — page
  - `records` object, required — records

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/corestack/apis/corestack-external-api.md) · [All operations](https://skmtc.dev/corestack/apis/corestack-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corestack/corestack-external-api/revisions/bf2cdf20826d/schema)
