Datasets
List datasets for a project over HTTP (read-only API surface).
Datasets power benchmarks and evaluation harnesses. The public HTTP API currently exposes read-only listing for datasets, matching the Dataset.list capability in the TypeScript SDK.
List datasets
GET /api/v1/datasets
- Authentication: standard HTTP authentication headers.
- Returns: JSON array (or paged JSON structure, depending on deployment) of dataset summaries available to the scoped project.
Creating, updating, or deleting datasets is performed through the dashboard or internal tooling rather than this public route. If you need bulk import or API-based dataset management, contact your Frametail account team to confirm supported workflows.
Related
- Datasets guide for structuring columns and references.
- TypeScript SDK for
Dataset.listusage patterns.