For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Sign inBook a demo
DocsReferenceChangelog
DocsReferenceChangelog
  • Introduction
    • SDKs
    • Errors
  • Humanloop API
      • GETList For Project
      • GETList For Project
      • GETList
      • POSTCreate
      • GETGet
      • DELDelete
      • PATCHUpdate
      • GETList Configs
      • POSTCreate Feedback Type
      • PATCHUpdate Feedback Types
      • POSTExport
LogoLogo
Sign inBook a demo
Humanloop APIProjects

List For Project

Deprecated
GET
https://api.humanloop.com/v4/projects/:project_id/datasets
GET
/v4/projects/:project_id/datasets
$curl https://api.humanloop.com/v4/projects/project_id/datasets \
> -H "X-API-KEY: <apiKey>"
1[
2 {
3 "id": "id",
4 "name": "name",
5 "datapoint_count": 1,
6 "created_at": "2024-01-15T09:30:00Z",
7 "updated_at": "2024-01-15T09:30:00Z",
8 "project_id": "project_id",
9 "description": "description"
10 }
11]
Get all datasets for a project.
Was this page helpful?
Previous

List For Project

Next
Built with

Authentication

X-API-KEYstring
API Key authentication via header

Path parameters

project_idstringRequired

Response

Successful Response
idstring
namestring
datapoint_countinteger
created_atdatetime
updated_atdatetime
project_idstringDeprecated
Datasets are now files and do not belong to projects. If this dataset was created before that change, the legacy project ID will be provided here, otherwise an empty string will be returned.
descriptionstring

Errors

422
Projects List Datasets Request Unprocessable Entity Error