Replicate
Get a Replicate prediction
Query GET /replicate/v1/predictions/ to fetch Replicate prediction details and real-time progress by task ID for image generation workflows.
GET
cURL
Use this endpoint after you already have a Replicate prediction id. It reports the current task state and returns output URLs when the prediction completes.
Check these fields first
statusto see whether the prediction is still running or already finishedoutputfor generated asset URLserrorfor provider-side failuresmetricswhen you need execution timing or image-count details
Polling pattern
Create the prediction first
Start with Create a Replicate prediction.
Poll by prediction id
Keep querying until
status becomes terminal and output is either populated or a provider error is returned.Authorizations
Bearer token authentication. Use your CometAPI key.
Path Parameters
Prediction id returned by the create endpoint.
Response
200 - application/json
Current prediction state.