---
title: "Get order ETA"
method: GET
path: "/order/{id}/eta"
tags: ["Order"]
---

# Get order ETA

`GET /order/{id}/eta`

The GET call will return the estimated time to completion for an order that is provided in the request.

## Path parameters

- `id` string, required

## Response `200`

Success Response

- OrderEtaReponse
  - `resource` string
  - `id` string
  - `supportReferenceId` string
  - `searchId` integer
  - `status` string
  - `orderDate` string, date-time
  - `packageEtaTP50` string, date-time
  - `packageEtaTP80` string, date-time
  - `packageEtaTP90"` string, date-time

## Other responses

- `400` — Bad Request
- `401` — Unauthorized Response
- `500` — Internal Server error

---

[API](https://skmtc.dev/accuratebackground/apis/accurate-background-api.md) · [All operations](https://skmtc.dev/accuratebackground/apis/accurate-background-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/accuratebackground/accurate-background-api/revisions/a6ac3a5c01aa/schema)
