See the Consensus of an annotation
Prerequisites
Authenticate in python (see Authenticate) or in Node (see Authenticate):
See the Consensus of an annotation
First of all, the consensus calculation must be forced using:
kili.force_project_kpis(projet_id)
Then, consensus is an attribute of the Asset object. We can therefore use the export functions of the Assets to retrieve it:
kili.assets(project_id='d9729feb74992cc3482b350163a1a010', fields=['id', 'consensusMark'])
kili.assets(project_id=projet_id, external_id_contains=[external_id], fields=['externalId', 'consensusMark'])