v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Compliance

List Compliance Control Assessment History

objective is to return all of the compliance assessment triggered in the tenant

get/compliance/{tenant_id}/assessment_history/list

Path parameters

tenant_idstring required

Specify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API.

Query parameters

limitinteger

Number of records to display

pageinteger

Page number

searchstring

search assessment

Response

Success

total_countinteger

Number of controls in the standard

page_countinteger

Page number

Example response

{
  "assessment_history": [
    {
      "assessment_status": "COMPLETED",
      "assessment_type": "standard",
      "execution_type": "on_demand"
    }
  ]
}