> ## 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.

# MatterMilestone

> Represents a matter milestone.

## Fields

<ResponseField name="completedAt" type="ISO8601DateTime">
  The date the matter milestone was completed (if any).
</ResponseField>

<ResponseField name="description" type="String">
  The description of the matter milestone.
</ResponseField>

<ResponseField name="handle" type="MatterMilestoneHandle!" required>
  The handle of the matter milestone.
</ResponseField>

<ResponseField name="oneliner" type="String!" required>
  The oneliner of the matter milestone.
</ResponseField>

<ResponseField name="status" type="MatterMilestoneStatus!" required>
  The status of the matter milestone.
</ResponseField>

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