---
title: "Bulk get latest profile scan results"
method: POST
path: "/api/v1/org/{orgId}/profile/results"
tags: ["Profile Scans"]
---

# Bulk get latest profile scan results

`POST /api/v1/org/{orgId}/profile/results`

Retrieves the most recent profile scan result for multiple applications.


> Requires `read:scan` permission.

## Path parameters

- `orgId` string, uuid, required

## Request body

- ComStackhawkFalconControllersBulkProfileScanResultsRequest
  - `applicationIds` string[], required

## Response `200`

OK

- ComStackhawkFalconControllersBulkProfileScanResultsResponse
  - `results` object, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.dev/stackhawk/apis/stackhawk-public-api.md) · [All operations](https://skmtc.dev/stackhawk/apis/stackhawk-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stackhawk/stackhawk-public-api/revisions/8252990ac9eb/schema)
