GET
/
research
/
v1
/
reports
/
{reportId}
Get a research report by report ID
curl --request GET \
  --url https://api.messari.io/research/v1/reports/{reportId} \
  --header 'X-Messari-API-Key: <api-key>'
{
  "data": {
    "assetIds": [
      "<string>"
    ],
    "assets": [
      {
        "id": "<string>",
        "name": "<string>",
        "slug": "<string>",
        "symbol": "<string>"
      }
    ],
    "authors": [
      {
        "id": "<string>",
        "image": "<string>",
        "linkedinUrl": "<string>",
        "name": "<string>"
      }
    ],
    "content": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "hook": "<string>",
    "id": "<string>",
    "publishDate": "2023-11-07T05:31:56Z",
    "readingTimeInMinutes": 123,
    "slug": "<string>",
    "subscriptionTier": "<string>",
    "summary": "<string>",
    "tags": [
      {
        "id": "<string>",
        "name": "<string>"
      }
    ],
    "title": "<string>",
    "updatedAt": "2023-11-07T05:31:56Z"
  },
  "error": "<string>"
}

Authorizations

X-Messari-API-Key
string
header
required

Path Parameters

reportId
string<byte>
required

Response

200
application/json

Default response

The response is of type object.