# Get Scan Endpoint: GET /api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/scans/{scanUuid} Version: 3.0 Security: bearer-key ## Path parameters: - `orgUuid` (string, required) org UUID (from the Mend App: General > ). - `projectUuid` (string, required) UUID of the project - `scanUuid` (string, required) Scan UUID ## Response 200 fields (application/json): - `supportToken` (string) Example: "1171c60d" - `response` (object) - `response.uuid` (string) - `response.name` (string) - `response.engine` (string) Enum: "UNIFIED", "SCA", "SAST", "IMG", "AI" - `response.status` (string) Enum: "RUNNING", "PARTIAL", "PROCESSING", "FINISHED", "FAILED" - `response.projectId` (integer) - `response.productId` (integer) - `response.domainId` (integer) - `response.projectUuid` (string) - `response.processUuid` (string) - `response.hasViolations` (boolean) - `response.startTime` (string) - `response.endTime` (string) - `response.lastModified` (string) - `response.configurationName` (string) - `response.reference` (string) ## Response 400 fields (*/*): - `supportToken` (string) Example: "1171c60d" ## Response 403 fields (*/*): - `supportToken` (string) Example: "1171c60d"