TaskDetailedTrait

The description fields returned when you retrieve a single task, but never in a list.

  • description_html
    Type: string | null
    required

    Task description as an HTML fragment, sanitized to a safe set of tags. Returned on single-task responses only, never in a list.

  • description_plain_text
    Type: string | null
    required

    Task description with all HTML removed. Returned on single-task responses only, never in a list.