superset_annotation_list
List annotations from a specified annotation layer in Apache Superset. Supports pagination and fetching all records at once.
Instructions
List annotations in the specified layer.
Args: annotation_layer_id: Annotation layer ID (from annotation_layer_list). page: Page number (starting from 0). page_size: Number of records per page (max 100). get_all: Fetch ALL records with automatic pagination (ignores page/page_size).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| get_all | No | ||
| page_size | No | ||
| annotation_layer_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |