Get Model Prediction
Get Model Prediction
Retrieve the status and results of a model prediction by its ID
GET
Get Model Prediction
Documentation Index
Fetch the complete documentation index at: https://docs.eachlabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication
Path Parameters
Prediction ID
Response
Prediction retrieved successfully
Unique prediction identifier
Example:
"abc123-def456-ghi789"
Input parameters used for the prediction
Example:
{
"prompt": "A beautiful sunset over the ocean with vibrant colors",
"aspect_ratio": "16:9"
}Current status of the prediction
Available options:
starting, processing, success, failed, cancelled Example:
"success"
Prediction output (type varies based on model)
Example:
"https://storage.example.com/predictions/abc123/image.jpg"
Execution logs from the prediction
Example:
null
Performance and cost metrics
Related API endpoints
Last modified on May 28, 2026