v2
latestOpenAPI 3.0.1private2026-07-2667209320.4 KBList Applications - V2
List Applications V2
Lists applications that belong to this organization.
Returns a new style paginated list of Applications.
| Parameter | Default | Description |
|---|---|---|
| orgId | "" | The org id that these applications belong to. |
| applications | [] | List of applications. |
| totalCount | 0 | Total number of applications in the results. |
| currentPage | {} | The current page. |
| hasNext | false | Whether or not there is a next page. |
| nextPage | {} | |
| nextPageToken | "" | |
| hasPrev | false | Whether or not there is a previous page. |
| prevPage | {} | |
| prevPageToken | "" |
Application
Applications group scan results from HawkScan, and coordinate settings to influence HawkScan behavior. The application may also contain a specific environment name and id. For more information, see Applications.
| Parameter | Default | Description |
|---|---|---|
| applicationId | "" | The UUID identifier of this application. |
| name | "" | The name of this application. |
| env | "" | The name of this environment. Only set when requesting Application Environments. |
| envId | "" | The UUID identifier of this environment. |
| applicationStatus | "ACTIVE" | The status of this application. Either ACTIVE or ENV_INCOMPLETE. |
| organizationId | "" | The UUID identifier of the organization that owns this application. |
| applicationType | "STANDARD" | The type of this application. |
| cloudScanTarget | {} | Optional Cloud Scan Target configuration. |
The returned list of applications is filtered by the organization id and User's API Token Team membership.
Filter Query Params
- query: A string to filter applications by name.
- appIds: A comma-separated list of application uuids to filter by.
- teamIds: A comma-separated list of team uuids to filter by.
- applicationStatus: A comma-separated list of application statuses to filter by. Possible values are ACTIVE and ENV_INCOMPLETE.
Requires read:application permission.
Path parameters
UUID identifier for this StackHawk Organization.
Query parameters
A term used to filter results based on matching content in one or more fields.
Resource field to sort paginated response by.
Paginated results are sorted 'asc' or 'desc'.
Pagination page key.
Pagination response size limit.
Pagination request page increment.
A comma-delimited list of UUID identifiers of StackHawk Applications.
A comma-delimited list of UUID identifiers of StackHawk Teams to filter by.
A comma-separated list of application status filters.
A comma-separated list of ApplicationType names.
Response
Paginated response of applications.