Returns the same shape as the original submission would have. When the underlying request has reached a terminal state, the body is the gateway's response (with status mirrored); when still in flight, returns 202 Accepted with a pending body.Scoped to the authenticated API key — polling another key's request returns 404 Not Found (opaque).
Request
Authorization
API Key
Add parameter in header
X-API-Key
Example:
X-API-Key: ********************
or
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Path Params
Responses
🟢200
application/json
The gateway completed the request successfully. Body is the gateway's response.