> ## Documentation Index
> Fetch the complete documentation index at: https://docs.shade.inc/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Asset Comments

> Get an asset's comments

<ResponseExample>
  ```json Response
  {
      "asset_id": "b4695157-0d1d-4da0-8f9e-5c53149389e4",
      "comments": [
  {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "content": "string",
      "created": "2019-08-24T14:15:22Z",
      "updated": "2019-08-24T14:15:22Z"
  }
      ]
  }
  ```
</ResponseExample>
