Skip to main content

Neuralk.projects.get_active_analyses

Neuralk.projects.get_active_analyses(project)

Retrieve the list of pending or in progress analyses for a project.

  • Parameters:
    • project_id (str) – The ID of the project or its hash_id
    • project (Project | str)
  • Returns: The list of pending analysis
  • Return type: list[Analysis]
  • Raises: NeuralkException – If the project retrieval fails

On this page