| Name | Type | Description |
|---|---|---|
id | str | uuid.UUID | None | Default: NoneThe Insights report ID (aka clustering job ID). Provide with
|
report | ls_schemas.InsightsReport | None | Default: NoneAn |
project_id | str | uuid.UUID | None | Default: None |
include_runs | bool | Default: True |
Fetch an Insights report by ID or from a prior report object.
The tracing project (session) ID associated with the report.
Required if report is not provided.
Whether to include all runs for the report.