# Retrieve a list of all finance accounts as lightweight list items, optionally filtered by export status (the status which determines if a finance account has been exported to an external finance system) Fetch a list of all finance accounts within the Property Management System (PMS). This endpoint is useful for retrieving basic information about finance accounts, including relation type (company or contact), export information related to integrated external financial systems. The response includes paginated results of sales invoices, which can be filtered by export status. If no finance accounts match the specified criteria, an empty list will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered. Endpoint: GET /api/v3/financeAccounts Version: 3.0.12 Security: X-Auth-Token ## Query parameters: - `exportStatuses` (array) List of export statuses to filter by, must be [SKIPPED, CREATED, PENDING, SENT, EXPORTED, FAILED, IMPORTED] Note: if no value is supplied, finance accounts with any export status will be returned. Example: "EXPORTED" ## Response 200 fields