---
title: "Retrieves the details of a specific order."
method: GET
path: "/order/{orderId}"
tags: ["Order"]
---

# Retrieves the details of a specific order.

`GET /order/{orderId}`

## Path parameters

- `orderId` string, required

## Response `200`

OK

- GetOrderByIdEndpointOutput
  - `orderName` string, required — The name of the order.
  - `customerMail` string, required — The email of the customer who placed the order.
  - `orderDate` string, date-time, required — The date the order was placed.
  - `state` string, required — The current state of the order.
  - `pipelineId` string, required — The ID of the pipeline associated with the order.
  - `isLocked` boolean, required — Whether the order is locked.
  - `isPublic` boolean, required — Whether the order is publicly visible.
  - `failureMessage` string, nullable — The failure message if the order failed.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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