Report
Stores metadata for reports, defining data queries and visualization settings.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the report record. | |
| OwnerId | String | True |
Identifier of the user or group who owns the report. | |
| CreatedDate | Datetime | True |
Date and time when the report was created. | |
| CreatedById | String | True |
User.Id |
Identifier of the user who created the report. |
| LastModifiedDate | Datetime | True |
Date and time when the report was last modified. | |
| LastModifiedById | String | True |
User.Id |
Identifier of the user who last updated the report. |
| IsDeleted | Boolean | True |
Indicates whether the report has been deleted from the system. | |
| Name | String | True |
Name of the report as it appears in the user interface. | |
| Description | String | True |
Optional text description explaining the purpose or contents of the report. | |
| DeveloperName | String | True |
API name used to reference the report in code and metadata. | |
| NamespacePrefix | String | True |
Namespace prefix, typically used for reports in managed packages. | |
| LastRunDate | Datetime | True |
Date and time when the report was most recently executed. | |
| SystemModstamp | Datetime | True |
System-generated timestamp reflecting the most recent change to the report. | |
| Format | String | True |
Format of the report, such as Tabular, Summary, or Matrix. | |
| LastViewedDate | Datetime | True |
Date and time when the report was last viewed by a user. | |
| LastReferencedDate | Datetime | True |
Date and time when the report was last referenced in a related context. |