Completed requests remain available for 24 hours. Authenticate with an API key or user session; only requests accessible to that principal are returned.
Returns the details of a single request and the URLs of its result files. urls are presigned URLs valid for 10 minutes.
{
"id": "cm...",
"model": "everyais/imagen-4-generate-001",
"endpoint": "/v1/images/generations",
"status": "COMPLETED",
"inputTokens": 0,
"outputTokens": 0,
"imageCount": 1,
"totalCost": 0.04,
"latencyMs": 1200,
"urls": ["https://..."],
"createdAt": "2026-07-30T01:23:45.000Z"
}Outputs outside your API key's scope return 403 insufficient_scope.
⚠️ Do not use this endpoint to poll video jobs. Poll videos with
GET /v1/videos/generations/{id}(the id space is different).