Skip to main content
GET
/
v1
/
forensics
/
{project_id}
Get project forensic analysis (v1, legacy)
curl --request GET \
  --url https://vcm-fyi-api.fly.dev/v1/forensics/{project_id} \
  --header 'X-API-KEY: <api-key>'
{
  "id": 123,
  "project_id": "<string>",
  "project_name": "<string>",
  "proponent": "<string>",
  "registry": "<string>",
  "country": "<string>",
  "issued": 123,
  "run_date": "2023-11-07T05:31:56Z",
  "status": "<string>",
  "raw_json": "<string>",
  "news_entries_json": "<string>",
  "num_findings": 123,
  "price_narrative": "<string>",
  "primary_risk": "<string>",
  "value_proposition": "<string>",
  "error_type": "<string>",
  "error_message": "<string>"
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

project_id
string
required

Response

Legacy forensic analysis with raw news entries and risk assessment

Response model for forensic news endpoint.

id
integer
required
project_id
string
required
project_name
string | null
required
proponent
string | null
required
registry
string | null
required
country
string | null
required
issued
number | null
required
run_date
string<date-time>
required
status
string
required
raw_json
string
required
news_entries_json
string
required
num_findings
integer
required
price_narrative
string | null
required
primary_risk
string | null
required
value_proposition
string | null
required
error_type
string | null
required
error_message
string | null
required