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

# ApprovalRequest

> An open approval request for the caller's account.

**Object**

An open approval request for the caller's account.

## Fields

<ResponseField name="approvalId" type="UUID!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="accountId" type="UUID!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="requesterUserId" type="UUID">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="approvalType" type="String!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="approvalCode" type="String!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="approvalStatus" type="ApprovalRequestStatus!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="approversLogic" type="String">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="expireDate" type="DateTime">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="createdAt" type="DateTime">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="updatedAt" type="DateTime">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="approvers" type="[ApprovalRequestApprover!]!">
  *No description provided in the schema yet.*
</ResponseField>
