provider Comments GET /v1/comments
@utdk/notion /v1/comments
Retrieve comments
Retrieve a user object using the ID specified in the request path.
block_id query
string
page_size query
string
Notion-Version header
string

Try it

Authentication
Configure credentials for Notion API
retrievecomments
GET/v1/comments
Retrieve a user object using the ID specified in the request path.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import notion from '@utdk/notion';

await notion.retrievecomments()