Configuration Endpoints

class graphdatascience.procedure_surface.api.system_endpoints.SystemEndpoints
abstract list_progress(job_id: str | None = None, show_completed: bool = False) list[ProgressResult]

List progress of jobs.

Parameters:
  • job_id (str | None) – Identifier for the computation.

  • show_completed (bool) – Include completed jobs, by default False

Returns:

Progress of the requested job(s).

Return type:

list[ProgressResult]