Solved
AEM API to Get the status of a given content fragment?
Is there any AEM API which can give me the status of given content fragment when fetched by path whether it is published or not?
CURL https://BASEURI/.../_path
expected response: {"isPublished":true or false}
something like that

