get https://api.stackhawk.com/api/v1/app//env/list
List Environments
Lists environments that belong to this application.
Returns a paginated list of Environments.
Parameter | Default | Description |
---|---|---|
environments | [] | List of environments. |
nextPageToken | "" | PageToken to provide for the next page of results. |
totalCount | 0 | Total number of results. |
Environment
An Application-environment with details of recent scan stats included.
Parameter | Default | Description |
---|---|---|
environmentName | "" | The name of this environment. |
environmentId | "" | The UUID identifier of this environment. |
currentScanSummary | {} | Summary of the scan results and triaged findings for this environment. |
latestScanType | "UNKNOWN" | Type of newest scan in this environment. Options include DEFAULT , REST , GRAPHQL , GRPC , SOAP . |
Scan Summary
The summary of findings from scan results.
Parameter | Default | Description |
---|---|---|
configHash | "" | Hash of the HawkScan configuration used for this scan. |
timestamp | 0 | Seconds since unix epoch timestamp of when the scan was started. |
alertStats | {} | Summarized statistics of findings for this scan. |
version | "" | The version of HawkScan used for this scan. |
scanId | "" | The UUID identifier of this scan. |
applicationId | "" | The UUID identifier of this scan's application. |
The returned list of environments is filtered by the User's API Token Team membership.