# Get all mortgage searches **GET /api/v2/mortgage-searches** This endpoint will return all mortgage searches in the firm. ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Query parameters - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[account_uuids]** (string) Filter by a comma separated list of account UUIDs (through applicants). - **filter[case_uuids]** (string) Filter by a comma separated list of case UUIDs. - **filter[status]** (string) Filter by status. - **filter[provider]** (string) Filter by provider. - **include** (string) Comma separated list of relationships to include in the response. Valid relationships are [applicants, cases]. - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at, status, provider]. Negative sign to denote DESC. Defaults to '-created_at'. - **per_page** (integer) Number of results to return with pagination (Default 15. Max 500). ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)