list_annotations_by_label
Retrieve annotations with a specific label, sorted newest first. Use to collect rated calls or human reviews marked with a label.
Instructions
Return annotations carrying the given label, newest first (account-wide, up to 100). Use for things like collecting calls rated "good" or listing human reviews labeled "bug". Labels are ASCII letters / digits / underscore / hyphen only ([a-zA-Z0-9_-], up to 64 chars).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Target label (exact match with the label set at annotation creation) | |
| limit | No | Number of annotations to return (1-100, default 20) |