v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01105276529.8 KB
projects

List all projects

Retrieve a paginated list of all projects in the system.

get/v1/projects

Query parameters

cursorstring nullable

Cursor for pagination (project ID)

Cursor for pagination (project ID)

limitinteger

The max number of projects to return at a time.

The max number of projects to return at a time.

include_experiment_projectsboolean

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

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

include_dataset_evaluator_projectsboolean

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

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

name_containsstring nullable

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

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

Response

A list of projects with pagination information

next_cursorstring nullable required