Skip to main content
GET
List all projects

Query Parameters

cursor
string | null

Cursor for pagination (project ID)

limit
integer
default:100

The max number of projects to return at a time.

include_experiment_projects
boolean
default:false

Include experiment projects in the response. Experiment projects are created from running experiments.

include_dataset_evaluator_projects
boolean
default:false

Include dataset evaluator projects in the response. Dataset evaluator projects are created when running experiments with persisted evaluators.

name_contains
string | null

Return only projects whose name contains this substring (case-insensitive).

Response

A list of projects with pagination information

data
Project · object[]
required
next_cursor
string | null
required