| report_id | string | | The unique identifier of the report. |
| report_template_id | string | | The identifier of the report template this report was created from, if any. |
| run_id | string | | The identifier of the run associated with this report. |
| organization_id | string | | The organization this report belongs to. |
| name | string | | The display name of the report. |
| description | string | optional | An optional description of the report. |
| created_by_user_id | string | | The identifier of the user who created the report. |
| modified_by_user_id | string | | The identifier of the user who last modified the report. |
| created_date | google.protobuf.Timestamp | | When the report was created. |
| modified_date | google.protobuf.Timestamp | | When the report was last modified. |
| cumulative_summary | ReportCumulativeRuleSummary | | Aggregated rule summary across all rules on this report. |
| tags | ReportTag | repeated | Tags associated with this report. |
| rerun_from_report_id | string | optional | The identifier of the report this report was rerun from, if any. |
| job_id | string | optional | The identifier of the job that produced this report, if any. |
| archived_date | google.protobuf.Timestamp | optional | When the report was archived, if it has been archived. |
| is_archived | bool | | Whether the report has been archived. |
| report_type | ReportType | | Discriminates the report kind. Defaults to RULE_EVALUATION for existing rows. |
| canvas_execution_id | string | optional | For CANVAS reports, the id of the published canvas_execution this report row is linked to (read-through from canvas_executions.canvas_execution_id). Empty for RULE_EVALUATION reports. Used by clients to route to the canvas detail page. |
| canvas_status | sift.canvas.v1.CanvasCellExecutionStatus | optional | For CANVAS reports, the execution status read through from the linked canvas_executions.status. Unset for RULE_EVALUATION reports (whose status is conveyed via the cumulative_summary instead). |
| canvas_version_id | string | optional | For CANVAS reports, the id of the canvas_version the linked execution was run from (read-through from canvas_executions.canvas_version_id). Empty for RULE_EVALUATION reports. Used by clients to route to the canvas source and to re-run the report from the same version. |
| canvas_id | string | optional | For CANVAS reports, the id of the canvas the linked execution was published from (resolved through canvas_versions.canvas_id). Empty for RULE_EVALUATION reports, whose equivalent grouping is report_template_id. Also the value matched by the canvas_id list filter. Resolve the canvas’s display name by listing canvases filtered on the ids collected from a page of reports. |
| is_automated | bool | optional | For CANVAS reports, whether the linked execution was produced by an automation trigger (read-through from canvas_executions.automation_trigger_id being set). Unset for RULE_EVALUATION reports. Display only; there is no matching list filter. |