---
title: "Auctions - reasonability check results"
method: GET
path: "/auctions/{externalAuctionId}/orders/{orderId}/results"
---

# Auctions - reasonability check results

`GET /auctions/{externalAuctionId}/orders/{orderId}/results`

Get reasonability check results for specific auction and order. User can query for reasonability check results only for orders in portfolios the user has access to.

## Path parameters

- `externalAuctionId` string, required
- `orderId` string, required

## Response `200`

200

- object
  - `portfolio` string
  - `area` string
  - `orderApprovalState` string
  - `curves` object[]
    - `id` string
    - `timeStep` integer
    - `contractId` string
    - `isValid` boolean
    - `validationMessage` string
  - `referenceDay` string
  - `auctionId` string
  - `orderId` string
  - `approvalModifier` string
  - `approvalSource` string

## Other responses

- `400` — 400
- `403` — 403
- `404` — 404

---

[API](https://skmtc.net/nordpoolgroup/apis/auction-member-test.md) · [All operations](https://skmtc.net/nordpoolgroup/apis/auction-member-test/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nordpoolgroup/auction-member-test/revisions/6a21504d677e/schema)
