OBJECT
FinOpsReportQueryResponse
Query Response
link GraphQL Schema definition
- type FinOpsReportQueryResponse {
- # The content type of the result
- FinOpsReportContentType :
- # The list of S3 presigned URLs where the report result is persisted
- FinOpsReportS3Response!] : [
- # Error Message from the Query Execution Engine if any
- String :
- # Report Result last Execution timestamp
- String :
- # The status of the report execution
- FinOpsReportStatus! :
- }