HumanSignal / HumanSignal/label-studio
`only_annotated` in `/api/tasks` does not work as expected
Open
- Dominant language
- TypeScript
- Stars
- 28.3k
- Forks
- 3.7k
- Avg merge
- 14h
- Merged PRs (30d)
- 15
Description
Label Studio Community v1.20.0
`/api/tasks?project=1&fields=all&only_annotated=true` returns all tasks instead of only annotated tasks
This returns only annotated tasks:
`/api/tasks?project=1&fields=all&query={"filters":{"conjunction":"and","items":[{"filter":"filter:tasks:total_annotations","operator":"greater","type":"Number","value":0}]}}`
Contributor guide
Assessment
This issue has not been assessed yet.