Unify Documentation home page
Search...
⌘K
Ask AI
Contact
Console
Console
Search...
Navigation
projects
list_projects
Walkthrough
Python
REST API
logging
dataset
logs
utils
async_logger
compositions
contexts
datasets
logs
projects
commit_project
create_project
delete_project
delete_project_contexts
delete_project_logs
get_project_commits
list_projects
rename_project
rollback_project
tracing
universal_api
utils
projects
list_projects
Copy
Ask AI
def
list_projects
(
*
,
api_key
: Optional[
str
]
=
None
,
) -> List[
str
]:
source code
Returns the names of all projects stored in your account.
Arguments
:
api_key
- If specified, unify API key to be used. Defaults to the value in the
Returns
:
List of all project names.
get_project_commits
rename_project
Assistant
Responses are generated using AI and may contain mistakes.