---
title: "Get recently updated comments"
method: GET
path: "/topics/comments/recent"
tags: ["topics and comments - resource"]
---

# Get recently updated comments

`GET /topics/comments/recent`

This API retrieves recently updated comments that are open and discoverable. Users can filter results by the owner's ID and specify the number of comments to fetch, with a limit of 100 and a default of 5.

## Query parameters

- `owner` string
- `size` integer

## Response `200`

default response

- PaginatedGenericResultsPublicCommentDto
  - `consistent` boolean
  - `count` integer
  - `hydrations` PubSearchHydrations
    - `agents` object
    - `catalogConcepts` object
    - `collections` object
    - `properties` object
    - `relationships` object
    - `resourceHierarchy` object
  - `next` string
  - `records` PublicCommentDto[]
    - `body` string — Body content of the comment.
    - `commentid` string — Comment id generated while creating a comment. Returned for reference but must be provided through URL only.
    - `owner` string — An organization owning a comment. Returned for reference but must be provided through URL only.
    - `topicUuid` string, uuid — Topic unique id stored along comments. Returned for reference but must be provided through URL only.

---

[API](https://skmtc.net/data/apis/data-world-public-api.md) · [All operations](https://skmtc.net/data/apis/data-world-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/data/data-world-public-api/versions/0a0cb1f94dad/schema)
