LangWatch Datasets API
Manage evaluation/fine-tuning datasets and their records. Self-contained Naftiko capability covering one LangWatch business surface.
LangWatch Datasets API is a Naftiko capability published by LangWatch, one of 20 capabilities the APIs.io network indexes for this provider. It bundles 12 operations across the POST, GET, PATCH, and DELETE methods rooted at /v1/api/dataset.
The capability includes 3 read-only operations and 9 state-changing operations. Lead operation: List datasets. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include LangWatch, Datasets, and Records.
What You Can Do
MCP Tools
langwatch-listDatasets
List datasets.
langwatch-createDataset
Create a dataset.
langwatch-uploadDataset
Upload a CSV dataset.
langwatch-getDataset
Get a dataset.
langwatch-updateDataset
Update a dataset.
langwatch-deleteDataset
Delete a dataset.
langwatch-listRecords
List dataset records.
langwatch-createRecords
Create dataset records.
langwatch-deleteRecords
Delete dataset records.
langwatch-updateRecord
Update a dataset record.
langwatch-uploadIntoDataset
Upload rows into a dataset.
langwatch-appendEntries
Append entries to a dataset.