---
title: "List sales"
method: GET
path: "/api/files/sales/fields"
tags: ["Sales"]
---

# List sales

`GET /api/files/sales/fields`

List sales for the current subscriber with optional filters. If pageNumber is greater than 1 and no results are found, the endpoint returns 422.

### Validation & Requirements
#### Required Parameters
- None

#### Required JSON Body Fields
- None

#### Validations
- Invalid GUID values in `*Guid`/`*Guids` fields return `422 Unprocessable Entity`.
- Invalid date values in `*date*` fields return `422 Unprocessable Entity`.
- Missing required request body returns `422 Unprocessable Entity` with `Missing request body.`.
- Additional business-rule validation may return `422` with details in the `errors` array.

## Query parameters

- `mlsStatus` integer, nullable
- `sourceId` integer, nullable
- `checklistType` string, nullable
- `saleType` string, nullable
- `listingId` integer, nullable
- `saleId` integer, nullable
- `userBeingImpersonated` integer, nullable

## Response `200`

---

[API](https://skmtc.net/skyslope/apis/skyslope-api.md) · [All operations](https://skmtc.net/skyslope/apis/skyslope-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skyslope/skyslope-api/revisions/bad0d2db9b7a/schema)
