Hi, To check if the entity type (article/collection/banner) exists,
please see getMetadata(). This will return a HTTP 404 Not Found if the
entity does not exist, otherwise, a HTTP 200 OK if the entity was
created already, with the entity’s metadata in the response body.To
check the publishing status of an entity or an ingestion status of an
article, please see getStatus(). The response body will be empty if the
entity have not been published at all. Otherwise, it’ll return something
similar to t...