Billing
Get a request
Retrieve a single API request by ID
GET
Returns a single request from your organization by its ID. The request object matches one element of the List requests endpoint’s
data array.
This endpoint uses the native Lumenfall API path (
/v1/requests), not the OpenAI-compatible prefix (/openai/v1).Path parameters
The ID of the request to retrieve (e.g.,
req_2m4jLFHhkN1i4VrVHpjJqCOKlPw).Response
Unique request identifier (e.g.,
req_2m4jLFHhkN1i4VrVHpjJqCOKlPw).Always
request.When the request started, as an ISO 8601 datetime.
The model used (e.g.,
flux-pro, gpt-image-1.5).The request modality -
image, video, speech, or vision.The API endpoint path (e.g.,
/openai/v1/images/generations).Request status -
completed, pending, processing, upstream_failure, rejected, or cancelled.Request cost in USD (e.g.,
0.045).Always
usd.Total response time in milliseconds.
The API key ID used for this request.
Error code if the request failed (e.g.,
ALL_PROVIDERS_EXHAUSTED).Human-readable error message if the request failed.
Caller-provided session ID for grouping related requests.
Trace ID extracted from the W3C
traceparent header.End user identifier from the request body.
Size of the request body in bytes.
Size of the response body in bytes.