---
title: "Get compliance standard assessments"
method: GET
path: "/{tenant_id}/assessment_history"
tags: ["Compliance"]
---

# Get compliance standard assessments

`GET /{tenant_id}/assessment_history`

Objective is to return all of the compliance control mapping, the tenant as input

## Path parameters

- `tenant_id` string, required

## Query parameters

- `page` integer
- `limit` integer
- `search` string
- `compliance_uri` string
- `service_account` string
- `assessment_status` 'COMPLETED' | 'IN_PROGRESS' | 'PENDING'
- `assessment_type` 'standard' | 'control'

## Response `200`

Success

- ComplianceControlMappingResponse
  - `status` string, required — success
  - `message` string, required — compliance control mappings list
  - `data` object, required — data for compliance control mappings list

## 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)
