# Summary - Organization

 - [GET /api/v2.0/orgs/{orgToken}/summary/scanCountPerAgent](https://api-docs.mend.io/sca/2.0/summary-organization/getscancountperagent.md): Returns the total number of scans in selected period and a breakdown per agent. The selected period cannot have start date older 30 days before the current date. Also selected period cannot be greater
 - [GET /api/v2.0/orgs/{orgToken}/summary/projects/vulnerableLibraryCount](https://api-docs.mend.io/sca/2.0/summary-organization/getvulnerablelibscountbyprojects.md): Returns vulnerable libraries count by projects for a given organization.
 - [GET /api/v2.0/orgs/{orgToken}/summary/projects/totalLibraryCount](https://api-docs.mend.io/sca/2.0/summary-organization/getlibscountbyprojects.md): Returns the total number of libraries (non-unique) for a given organization with a breakdown per project
 - [GET /api/v2.0/orgs/{orgToken}/summary/projects/inHouseLibraries](https://api-docs.mend.io/sca/2.0/summary-organization/getinhouselibrariesbyprojects.md): Returns the total number of in house libraries (non-unique) for a given organization with a breakdown per project.
 - [GET /api/v2.0/orgs/{orgToken}/summary/products/vulnerableLibraryCount](https://api-docs.mend.io/sca/2.0/summary-organization/getvulnerablelibscountbyproducts.md): Returns vulnerable libraries count by products for a given organization.
 - [GET /api/v2.0/orgs/{orgToken}/summary/products/totalLibraryCount](https://api-docs.mend.io/sca/2.0/summary-organization/getlibscountbyproducts.md): Returns the total number of libraries (non-unique) for a given organization with a breakdown per product
 - [GET /api/v2.0/orgs/{orgToken}/summary/products/inHouseLibraries](https://api-docs.mend.io/sca/2.0/summary-organization/getinhouselibrariesbyproducts.md): Returns the total number of in house libraries (non-unique) for a given organization with a breakdown per product.
 - [GET /api/v2.0/orgs/{orgToken}/summary/libraryCountPerLicense](https://api-docs.mend.io/sca/2.0/summary-organization/getlibrarycountperlicense.md): Returns the total number of libraries for a given organization, along with a breakdown of the number of libraries per license.
 - [GET /api/v2.0/orgs/{orgToken}/summary/libraryCountPerLanguage](https://api-docs.mend.io/sca/2.0/summary-organization/getlibrarycountperlanguage.md): Returns the number of libraries with a breakdown per Language. The library count should be for all occurrences (nonunique) and only open source.
 - [GET /api/v2.0/orgs/{orgToken}/summary/effective/vulnerabilityCountPerSeverity](https://api-docs.mend.io/sca/2.0/summary-organization/getdomainvulnerabilityalertcountpereffectiveusage.md): Vulnerability alert count per effective usage status.
 - [GET /api/v2.0/orgs/{orgToken}/summary/alertTypes](https://api-docs.mend.io/sca/2.0/summary-organization/getorganizationalerttypesummaries.md): Returns the alerts count per type for a given organization.
 - [GET /api/v2.0/orgs/{orgToken}/summary/alertCountPerSeverity](https://api-docs.mend.io/sca/2.0/summary-organization/getorganizationalertcountperseverity.md): Returns the active alerts count per severity for a given organization.
