get
https://fountondev.datapoem.ai/api/v1/predictions
Get all predictions for a project.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Retrieve the prediction results for a completed job. Pass the job_name and task_type to fetch the forecasts or outputs generated by that job. This is typically called after polling the Check Job Status endpoint and confirming the job has reached a "completed" state.
Authentication: Include your API key in the X-API-KEY request header.
Query parameter descriptions:
| Parameter | Description |
|---|---|
job_name | The job identifier returned by the Training, Tuning, Inference, or Attribution endpoint. Used to retrieve predictions for that specific job. |
task_type | The type of job that generated the predictions. Must match the type of job referenced by job_name. Accepted values: "training", "inference", "tuning", "attribution". |