← All docs

Endpoints

GET /v1/outputs/{requestId}

GET/v1/outputs/{requestId}

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.

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).