curl --request GET \
--url https://api.example.com/v1/projects/{project_identifier}{
"data": {
"name": "<string>",
"id": "<string>",
"description": "<string>"
}
}Retrieve a specific project using its unique identifier: either project ID or project name. Note: When using a project name as the identifier, it cannot contain slash (/), question mark (?), or pound sign (#) characters.
curl --request GET \
--url https://api.example.com/v1/projects/{project_identifier}{
"data": {
"name": "<string>",
"id": "<string>",
"description": "<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.
Was this page helpful?