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.
curl --request GET \
--url https://api.example.com/v1/projects{
"data": [
{
"name": "<string>",
"id": "<string>",
"description": "<string>"
}
],
"next_cursor": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://arizeai-433a7140.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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.
Include dataset evaluator projects in the response. Dataset evaluator projects are created when running experiments with persisted evaluators.
Was this page helpful?