# Get Application Scans Returns the application related scans Endpoint: GET /api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/scans Version: 3.0 Security: bearer-key ## Query parameters: - `cursor` (String) Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved. - `limit` (string) Specifies the maximum number of items to be returned in the response. ## Path parameters: - `orgUuid` (string, required) org UUID (from the Mend App: General > ). - `applicationUuid` (string, required) Application UUID (Administration > Applications) ## Response 200 fields (application/json): - `additionalData` (object) + : The total count of data points returned in an API response. Example: {"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3} - `supportToken` (string) Example: "1171c60d" - `response` (array) - `response.uuid` (string) - `response.name` (string) - `response.processUuid` (string) - `response.scanTime` (string) - `response.scanStatus` (string) - `response.engine` (string) Enum: "UNIFIED", "SCA", "SAST", "IMG", "AI" - `response.scanDuration` (string) - `response.projectName` (string) - `response.projectUuid` (string) - `response.tags` (array) - `response.tags.key` (string) Example: "commit" - `response.tags.value` (string) Example: "123abc" - `response.tags.displayName` (string) Example: "commit:123abc" - `response.tags.createdAt` (string) - `response.applicationName` (string) - `response.applicationUuid` (string) - `response.reference` (string) - `response.statistics` (object) ## Response 400 fields (*/*): - `supportToken` (string) Example: "1171c60d" ## Response 403 fields (*/*): - `supportToken` (string) Example: "1171c60d"