> ## Documentation Index
> Fetch the complete documentation index at: https://dev.ownright.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MatterClosingActionItem

> Represents an action item that is completed during a matters closing.

## Fields

<ResponseField name="completedAt" type="ISO8601DateTime">
  The date the action item was completed.
</ResponseField>

<ResponseField name="description" type="String!" required>
  The description of the action item.
</ResponseField>

<ResponseField name="expectedBy" type="ISO8601DateTime!" required>
  The date the action item is expected to be completed by.
</ResponseField>

<ResponseField name="id" type="GID!" required>
  ID of the object.
</ResponseField>

<ResponseField name="state" type="MatterClosingActionItemState!" required>
  The state of the action item.
</ResponseField>

<ResponseField name="title" type="String!" required>
  The title of the action item.
</ResponseField>
