---
title: "Detail"
method: GET
path: "/shipping_integrations/atlas/orders/detail/v1/{id}"
tags: ["/shipping_integrations"]
---

# Detail

`GET /shipping_integrations/atlas/orders/detail/v1/{id}`

Returns one mirrored Atlas order by its Mongo ObjectId with the provider organization expanded. | () -> (AtlasOrderExpanded1)

## Path parameters

- `id` string, required — Mongo ObjectId of the mirror document. Atlas's own order ID is the integration_order_id, accepted by the by_integration_order_id route.

## Response `200`

Successful Response

- AtlasOrderExpanded1
  - `schema_version` 1, required
  - `_id` string, required
  - `org_id` string, required — Must be a string starting with `org_`
  - `shipping_integration` 'atlas', required
  - `provider_org_id` string, required — Must be a string starting with `org_`
  - `integration_order_id` string, required
  - `provider_payload` AtlasOrderResponse1, required — Known fields from an Atlas shipment payload, retaining all other fields.
    - `id` string, required
    - `origin` string, nullable
    - `destination` string, nullable
    - `trailer` string, nullable
    - `dateCreated` string, nullable
    - `dateEnd` string, nullable
    - `numStops` integer, nullable
    - `clientReference` string, nullable
    - `status` string, nullable
    - `stops` AtlasStopResponse1[], nullable
      - `truck` string, nullable
      - `origin` string, nullable
      - `destination` string, nullable
      - `sequence` integer, nullable
      - `events` AtlasEventResponse1[]
        - `code` string, nullable
        - `type` string, nullable
        - `latitude` number, nullable
        - `longitude` number, nullable
        - `dateUtc` string, nullable
  - `provider_payload_hash` string, required
  - `created_at_timestamp` string, date-time, required
  - `updated_at_timestamp` string, date-time, required
  - `mirrored_at_timestamp` string, date-time, required
  - `provider_org` OrgPublicData1 — unresolved $ref

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/423b3b544a4e/schema)
