Projects

✨ Get project metrics configuration

<Card href="https://humansignal.com/goenterprise"> <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/> <p style="margin-top: 10px; font-size: 14px;"> This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise) </p> </Card> Get the current metrics configuration for a project.
get/api/projects/{id}/metricparam/

Path parameters

idinteger required

Response

Current metrics configuration

agreement_thresholdinteger nullable required
allowedboolean required
max_additional_annotators_assignableinteger nullable

Maximum number of additional annotators that can be assigned to a low agreement task

metric_namestring nullable

Evaluation metric chosen for this project

{"stackTrail":"components:schemas:MetricParam:properties:metric_params","oasType":"schema","type":"unknown","nullable":true}

Changes

Changed in 1 of the 97 revisions of this API.3

    • the response property agreement_threshold became nullable for the status 200

      response-property-became-nullable

    • the agreement_threshold response's property type/format changed from string/ to integer/ for status 200

      response-property-type-changed

    • the allowed response's property type/format changed from string/ to boolean/ for status 200

      response-property-type-changed

Of the 97 revisions, 1 has no diff computed.