---
title: "Get Order Status"
method: GET
path: "/media_extended_audio_descriptions/order_status/{id}"
tags: ["Extended Audio Descriptions"]
---

# Get Order Status

`GET /media_extended_audio_descriptions/order_status/{id}`

Returns the current status of an extended audio description order. Use the order id returned
from the order endpoint to poll for status updates.

## Path parameters

- `id` string, required

## Headers

- `X-Wistia-API-Version` string, required

## Response `200`

Order status retrieved successfully.

- object
  - `order` object, required
    - `id` string, required — The hashed ID of the order. Use this to poll order status via the order_status endpoint.
    - `order_status` 'in_progress' | 'completed' | 'cancelled' | 'failed', required — The current status of the order.
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `media` object, required
      - `id` string, required — A unique alphanumeric identifier for the record.
      - `index_url` string, required — A URL for fetching all the records of the given record type. You can pass hashed_ids as a param with multiple values to do a batch fetch for this records type.
      - `url` string, required — A URL that can be used to fetch this record.
    - `media_extended_audio_description` object, nullable — Link to the resulting media extended audio description. Null while the order is in progress.
      - `id` string, required — A unique alphanumeric identifier for the record.
      - `index_url` string, required — A URL for fetching all the records of the given record type. You can pass hashed_ids as a param with multiple values to do a batch fetch for this records type.
      - `url` string, required — A URL that can be used to fetch this record.

## Other responses

- `401` — Unauthorized, invalid or missing token
- `403` — Forbidden, token is valid but account does not have access to feature
- `404` — Resource not found
- `500` — Internal server error

---

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