Instagram

List the comments on a post

Returns the comments on a post, or the replies to one comment. Take commentId from a row to read that reply thread.

GET

/api/v1/instagram/posts/{postId}/comments

Path parameters

postId

required

string

postId from a posts listing, or the short code from the post URL.

Query parameters

connectedAccountId

required

string · uuid

Connected account to act as

commentId

optional

string

Read the replies to this comment instead of the top-level comments.

cursor

optional

string

limit

optional

integer

Page size, up to 100. Defaults to 20. A page can hold fewer, so follow cursor until it comes back null.

Response

200Comments.

comments

object[]

cursor

string | null

Errors

  • 400: Bad request
  • 401: Unauthorized: missing or invalid API key
  • 403: Forbidden
  • 404: Not found
  • 422: Invalid request payload

Search docs

Search documentation, API reference, and MCP tools

We use cookies to enhance your experience on Needle and keep your data secure. Privacy Policy