list_annotation_queues
Retrieve paginated annotation queues from Langfuse to manage human review workflows for LLM applications.
Instructions
Returns a paginated list of annotation queues in the Langfuse project. Each queue contains: id, name, description, scoreConfigId, projectId, createdAt, updatedAt. Annotation queues are used for human-in-the-loop review workflows. Pagination: page is 1-based (default 1), limit controls page size (default 20).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | Page number, 1-based. Omit to use default (1). | |
| limit | Yes | Results per page. Omit to use default (20). |