GET
/
diligence
/
v1
/
report
/
{id}
Get report by ID
curl --request GET \
  --url https://api.messari.io/diligence/v1/report/{id} \
  --header 'X-Messari-API-Key: <api-key>'
{
  "data": {
    "assetId": "aSDinaTvuI8gbWludGxpZnk=",
    "assetSlug": "<string>",
    "id": "aSDinaTvuI8gbWludGxpZnk=",
    "lastRevisedAt": "2023-11-07T05:31:56Z",
    "projectName": "<string>",
    "publishStatus": "<string>",
    "sections": {},
    "sector": "<string>",
    "slug": "<string>",
    "symbol": "<string>"
  },
  "error": "<string>"
}

Authorizations

X-Messari-API-Key
string
header
required

Path Parameters

id
string<byte>
required

ID of the report

Response

200
application/json

Default response

The response is of type object.