List compliance plan runs

Returns a detailed list of compliance plan runs sorted by execution date by default.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Query parameters

limitintegerOptionalDefaults to 5
Limit number of results
startintegerOptionalDefaults to 0
Offset of page start
sortBystringOptionalDefaults to startedAt
Property to sort results by
orderstringOptionalDefaults to desc
Sort order
namesstringOptional
JSON array of exact plan names to filter by
triggeredBystringOptional
What triggered compliance plan run

Response

Summary of compliance plans

Errors

500
Internal Server Error