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

# Engagement

> Represents an engagement.

## Fields

<ResponseField name="cancellable" type="Boolean!" required>
  Whether the engagement can be cancelled.
</ResponseField>

<ResponseField name="clients" type="[EngagementClient!]!" required>
  The clients on this engagement.
</ResponseField>

<ResponseField name="createdAt" type="ISO8601DateTime!" required>
  The time the engagement was created.
</ResponseField>

<ResponseField name="id" type="EngagementGID!" required>
  The unique identifier of the engagement.
</ResponseField>

<ResponseField name="owner" type="String">
  The name of the engagement owner.
</ResponseField>

<ResponseField name="shortId" type="String!" required>
  A short human-readable identifier for the engagement.
</ResponseField>

<ResponseField name="type" type="EngagementType!" required>
  The type of the engagement.
</ResponseField>

## Implementations

* [PurchaseEngagement](/lender-api/reference/members/objects/purchase-engagement)
* [RefinanceEngagement](/lender-api/reference/members/objects/refinance-engagement)

## Used by

* [`engagement`](/lender-api/reference/queries/engagements/engagement) (query)
* [`engagements`](/lender-api/reference/queries/engagements/engagements) (query)
* [`engagementCancel`](/lender-api/reference/mutations/engagements/engagement-cancel) (mutation)
* [`engagementCreate`](/lender-api/reference/mutations/engagements/engagement-create) (mutation)
