Skip to main content

TaskResult

The object returned by the task query.

Fields

FieldTypeDescription
dataAWSJSONRaw task payload as JSON. In practice this contains the task record, including values such as id, title, status, created, and expires.
reportTaskReportOptional structured report output for tasks that write report data.

Notes

  • data is an AWSJSON scalar, so you cannot select subfields in GraphQL. Read the full JSON value and inspect it in your client code.
  • The task status inside data uses TaskStatus.

Export This Article

Save a copy of this page as PDF or plain text.