Poll the status of an Insights report.
poll_insights(
self,
*,
report: ls_schemas.InsightsReport | None = None,
id: str | uuid.UUID | None = None,
project_id: str | uuid.UUID | None = None,
rate: int = 30,
timeout: int = 30 * 60,
verbose: bool = False
) -> ls_schemas.InsightsReport| Name | Type | Description |
|---|---|---|
report | ls_schemas.InsightsReport | None | Default: NoneTHe InsightsReport. |
id | str | uuid.UUID | None | Default: NoneThe Insights report ID. Should only specify if 'report' is not specified. |
project_id | str | uuid.UUID | None | Default: NoneThe Tracing project ID. Should only specify if 'report' is not specified. |