List templates
list_templatesList report templates with optional filtering and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (0-indexed) | |
| type | No | Filter by report type — DASHBOARD (live) or REPORT (point-in-time) | |
| limit | No | Results per page | |
| search | No | Search by template name | |
| source | No | Which library: 'all' (both merged), 'standard' (Oviond templates), or 'mine' (this account's saved templates) | |
| sort_by | No | Field to sort by | |
| sort_order | No | Sort order: asc or desc | |
| datasources | No | Filter to templates built for any of these datasources (ids from datasources) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | One row per template — id, name, description, type (REPORT or DASHBOARD), the datasources it is built for, and its thumbnail. | |
| meta | No | Pagination for the list — page, limit and the total row count. | |
| success | Yes | True when the call succeeded. A failure comes back as an error result instead. |