English
cURL
curl --request GET \ --url https://api.example.com/v1/projects
{ "data": [ { "name": "<string>", "id": "<string>", "description": "<string>" } ], "next_cursor": "<string>" }
Retrieve a paginated list of all projects in the system.
Cursor for pagination (project ID)
The max number of projects to return at a time.
Include experiment projects in the response. Experiment projects are created from running experiments.
A list of projects with pagination information
Show child attributes
1
Was this page helpful?