GET
/
research
/
v1
/
reports
Get research reports based on filters
curl --request GET \
  --url https://api.messari.io/research/v1/reports \
  --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>",
  "metadata": {
    "limit": 123,
    "page": 123,
    "totalPages": 123,
    "totalRows": 123
  }
}

Authorizations

X-Messari-API-Key
string
header
required

Query Parameters

limit
integer
page
integer
assetId
string<byte>
tags
string[]

Response

200
application/json

Default response

The response is of type object.