logo
MarketplaceGet order status
Marketplace

Get order status

Poll for async order creation status.

curl -X GET "https://api.gpuniq.com/v1/marketplace/order/status/example_string" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN (JWT)"
{
  "exception": 42,
  "data": {},
  "message": "example_string"
}
GET
/v1/marketplace/order/status/{job_id}
GET
Security Scheme
Bearer Token (JWT)
Bearer Tokenstring
Required

Bearer token (JWT) - just enter the token, "Bearer" prefix will be added automatically

Request Preview
Response

Response will appear here after sending the request

Authentication

BearerAuth
header
Authorizationstring
Required

Bearer token (JWT). Authentication token required.

Path Parameters

Responses

exceptioninteger
dataobject
messagestring
Was this page helpful?
Built with Documentation.AI

Last updated Jan 9, 2026