---
title: "GET /media/{media-id}/comments"
method: GET
path: "/media/{media-id}/comments"
tags: ["Comments"]
---

# GET /media/{media-id}/comments

`GET /media/{media-id}/comments`

Get a list of recent comments on a media object.

## Response `200`

OK

- object
  - `meta` object
    - `code` number
  - `data` Comment[]
    - `id` string
    - `created_time` string
    - `text` string
    - `from` MiniProfile — A shorter version of User for likes array
      - `user_name` string
      - `full_name` string
      - `id` integer
      - `profile_picture` string

---

[API](https://skmtc.dev/datacol-io/apis/instagram-api.md) · [All operations](https://skmtc.dev/datacol-io/apis/instagram-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datacol-io/instagram-api/revisions/35709f156a45/schema)
