# Poll an order

Endpoint: GET /order/{id}

OpenAPI: /docs/openapi.json

Track an order by repeating the [get order status](/docs/api/get-order-status) request with the same `id`. Each click on **Send request** below performs one status check.

## Polling an order

Wait a few seconds between checks and back off on transient errors. Stop polling when the order is `delivered` or `expired`. If it is `stalled` or `frozen`, contact the Rift team using **Get support**.

The API exposes `GET /order/{id}` for status checks; it does not define a separate POST polling endpoint.
