list label sets
list_label_setsList the workspace's golden sets — named collections of human-graded requests with measured label quality — to see which exist, which are frozen, and which judges calibrate on them.
Instructions
List the workspace's golden sets — named collections of human-graded requests with their measured label quality (inter-rater kappa) — use it to see which sets exist, which are frozen, and which judges calibrate on them. GET /v1/label_sets (API-key scope: read). Returns: JSON array (bare array, newest first) of { id, name, description, size: integer, membership_hash: string|null, frozen_at: ISO|null, kappa: number|null, agreement: number|null, kappa_n: integer|null, rater_count: integer|null, attached_to: [ { id, name } ] (criteria calibrating on this set), created_at }. Notes: Returns a bare JSON array, not a { object: 'list' } envelope. kappa is null until the set is frozen, and stays null after freezing when no blind re-grades by a second rater exist inside the set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||