Get checklist details from an update using API V2

Hi,
How can we get the details of checklists in an update?
When I query an item update using
query{
items(ids:304256113){
updates{
body
text_body
}
}
},
in the body, it gives
“<ul data-checklist-holder=“true” data-checklist-id=“5083048”>”
I get the checklist text in text_body, but how to know how many points have been ticked in the list? I am trying to achieve this feature image

Hi @dipro, can you help me in this?

Hey @moumitapaul – at the moment checklists are not supported by the API. However, I’ll add this as a feature request so it can be picked up by our Product team.