Datasets
Tabular datasets, import bounds, export, and bulk archive.
Datasets store structured tables agents query with dataset tools. Imports enforce hard bounds.
Endpoints
| Method | Path | Description |
|---|---|---|
GET | /api/v1/datasets | List datasets. |
POST | /api/v1/datasets | Create a dataset. |
POST | /api/v1/datasets/bulk-archive | Archive up to 200 ids in one org-scoped query. |
GET | /api/v1/datasets/:id | Fetch metadata. |
PATCH | /api/v1/datasets/:id | Update metadata. |
DELETE | /api/v1/datasets/:id | Delete a dataset. |
GET | /api/v1/datasets/:id/download | Download bytes. |
POST | /api/v1/datasets/:id/export | Export structured snapshot. |
POST | /api/v1/imports/datasets | Import structured data. |
Import limits
POST /api/v1/imports/datasets rejects oversized payloads:
- max 10,000 rows, 80 columns, 8 MB body
- 16 KB per cell, nesting depth 6, 200 nested items per value