Skip to main content
POST
/
v1
/
reports
/
landscape
Generate landscape report
curl --request POST \
  --url https://api.intrace.ai/v1/reports/landscape \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "date_from": "2023-12-25",
  "date_to": "2023-12-25",
  "asset_scope": [
    "<string>"
  ]
}
'
{
  "report_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "<string>",
  "title": "<string>"
}

Request Body

{
  "date_from": "2026-04-01",
  "date_to": "2026-04-18",
  "asset_scope": [
    "lagos-hq",
    "abuja-residence-1"
  ]
}

Response

{
  "reportId": "c13a3f31-4bca-4c9d-80e4-ddb3f5119397",
  "status": "generating",
  "title": "Threat Landscape"
}

Authorizations

X-API-Key
string
header
required

Body

application/json
date_from
string<date>
date_to
string<date>
asset_scope
string[]

Response

202 - application/json

Landscape report generation started.

report_id
string<uuid>
required
status
string
required
title
string
required