GET /api/v1/status/
Check the status of a request.Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Same API key that created the request |
Response
pending, streaming, completed, failed
GET /api/v1/retrieve/
Retrieve a completed response.Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Same API key that created the request |
Response
Returns the fullInferenceResponse — identical to what would have been received via streaming.
Security
- Authenticated retrieval: Only the same API key that created the request can retrieve the response
- No lost inference: Provider API calls are charged at creation — the response is always persisted even if the client disconnects
- S3 storage is organized by date and request ID for efficient retrieval