Accessing Entry State

Hello,

I’m using python to iterate through all entries of a specific content_type. I want to pull both published and draft items, but be able to label them. Short of creating a Content Delivery list and cross referencing items pulled with the Content Preview access key, is there another way of doing this?

The regular documentation here mentions querying the entry’s sys properties for a publishedVersion field. In the python SDK, an entry’s sys property only has the following fields:
‘space’, ‘type’, ‘id’, ‘content_type’, ‘revision’, ‘created_at’, ‘updated_at’, ‘environment’, ‘locale’.

Please advise