Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.messari.io/research-basic/v1/basic/reports/{reportId} \ --header 'X-Messari-API-Key: <api-key>'
{ "data": { "assetIds": [ "<string>" ], "assets": [ {} ], "authors": [ {} ], "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": [ {} ], "title": "<string>", "updatedAt": "2023-11-07T05:31:56Z" }, "error": "<string>" }
Returns a basic research report by its report ID.
Default response
Show child attributes