Skip to main content
GET
/
v1
/
fa
/
reports
/
{id}
Chi tiết báo cáo phân tích
curl --request GET \
  --url https://api-gw.verolabs.co/v1/fa/reports/{id} \
  --header 'X-API-KEY: <api-key>'
{
  "id": "<string>",
  "source": "<string>",
  "ticker": "<string>",
  "report_date": "2023-11-07T05:31:56Z",
  "category": "<string>",
  "title": "<string>",
  "url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.data-hub.verolabs.co/llms.txt

Use this file to discover all available pages before exploring further.

Fetch one research report by ID.

Report detail

Returns report metadata and URL when available.

Direct lookup

Use after selecting a report from the list endpoint.

Common use cases

  • Open a report detail page.
  • Retrieve the source URL for a report.
  • Map report metadata into a UI.

Key parameter

  • id: report ID returned by the list endpoint.

Authorizations

X-API-KEY
string
header
required

API key được cấp cho tài khoản của bạn.

Path Parameters

id
string
required
Example:

"report-id"

Response

OK

id
string
source
string
ticker
string | null
report_date
string<date-time> | null
category
string | null
title
string | null
url
string | null