Get repository summary of repository posture report

Returns list of repo summaries of the latest posture report

When 'Name' query param is used, any repositories OR files in the repository which contain the value in their name will be filtered out (supports partial match)

Request object example
Get repository summaries with failed control IDs "C-0016" or "C-0001"
{
"pageSize": 100,
"pageNum": 1,
"orderBy": "",
"innerFilters": [
{
"controlsInfo.failed.id": "C-0016,C-0001"
}
]
}

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!