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
Example response
{
"assessment_history": [
{
"assessment_status": "COMPLETED",
"assessment_type": "standard",
"execution_type": "on_demand"
}
]
}