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" } ] }

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Used to filter out repositories or files by name (partial match). Any repositories containing the value in their name, OR repositories with files containing the value in their name, will be filtered out.

boolean

Optional param - return only last posture report for each repository. "true" by default.

Response

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json