Skip to main content
GET
/
analysis
/
cloud
/
aws
List AWS accounts being analyzed
curl --request GET \
  --url https://{host}/api/v2/analysis/cloud/aws
[
  {
    "analysisId": "<string>",
    "accountId": "<string>",
    "href": "<string>",
    "createdOn": "2023-11-07T05:31:56Z",
    "lastRunOn": "2023-11-07T05:31:56Z",
    "webhookConfigured": true
  }
]

Response

List of analyses

analysisId
string
accountId
string
href
string

Link to the analysis entity or status.

createdOn
string<date-time>
lastRunOn
string<date-time>
webhookConfigured
boolean