superset_annotation_layer_list
List annotation layers in Apache Superset. These containers hold timeline annotations for overlaying on charts, with pagination controls and an option to fetch all records.
Instructions
List annotation layers.
An annotation layer is a container for annotations (timeline events) that can be overlaid on charts.
Args: 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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |