get_comment: Get a single comment by ID

View source: R/comments.R

get_commentR Documentation

Get a single comment by ID

Description

Get a single comment by ID

Usage

get_comment(comment_id, token = get_todoist_api_token())

Arguments

comment_id

id of the comment

token

todoist API token

Value

list with comment details

Examples

## Not run: 
get_comment("12345")

## End(Not run)

rtodoist documentation built on Feb. 14, 2026, 5:06 p.m.