Get order
Orders
Get order
Retrieve the details of a specific order.
GET
Get order
Returns full details for a single order, including proxy credentials if the order is active.Documentation Index
Fetch the complete documentation index at: https://docs.proxyjam.com/llms.txt
Use this file to discover all available pages before exploring further.
Path parameters
UUID of the order.
Response
Same shape as Create order response.You can only retrieve orders that belong to your account. Requesting another user’s order returns
403 Forbidden.Mobile rotating orders return a different shape — a live snapshot
fetched from the upstream provider on each request. The response carries
"type": "mobile" and mobile-specific fields (signature, tags,
current_ip). The Python SDK dispatches automatically: client.orders.get()
returns either an Order or a MobileProxy based on the response shape.