OBJECT

FinOpsReportQueryResponse

Query Response

link GraphQL Schema definition

  • type FinOpsReportQueryResponse {
  • # The content type of the result
  • contentType: FinOpsReportContentType
  • # The list of S3 presigned URLs where the report result is persisted
  • contents: [FinOpsReportS3Response!]
  • # Error Message from the Query Execution Engine if any
  • message: String
  • # Report Result last Execution timestamp
  • reportUpdatedOn: String
  • # The status of the report execution
  • status: FinOpsReportStatus!
  • }