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

# List claims with filters

> Retrieve a paginated list of claims for the organization, filtered by status, claim type, priority, or assigned investigator, with sorting and page controls.

<ParamField query="page" type="number">
  Page number
</ParamField>

<ParamField query="limit" type="number">
  Items per page
</ParamField>

<ParamField query="status" type="DRAFT | SUBMITTED | UNDER_REVIEW | INVESTIGATING | PENDING_EVIDENCE | PENDING_APPROVAL">
  Filter by status
</ParamField>

<ParamField query="type" type="MOTOR | PROPERTY | LIFE | HEALTH | WORKERS_COMPENSATION | FRAUD">
  Filter by claim type
</ParamField>

<ParamField query="assignedToUserId" type="string">
  Filter by assigned user ID
</ParamField>
