projects
Neuralk.projects.create | Create a new project. |
|---|---|
Neuralk.projects.get | Retrieve a project by its ID. |
Neuralk.projects.delete | Delete a project. |
Neuralk.projects.add_user | Add a user to a project by project ID with a specific role. |
Neuralk.projects.delete_user | Remove a user from a project by project ID. |
Neuralk.projects.list_user | Get the list of users in a project. |
Neuralk.projects.get_active_analyses | Retrieve the list of pending or in progress analyses for a project. |
Neuralk.projects.get_list | Get the list of all projects accessible to the current user. |