get
https://fountondev.datapoem.ai/api/v1/metrics
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Retrieve the performance metrics for a completed job. Pass the task_id and task_type to fetch the metrics generated by that job, such as forecast accuracy scores and validation results for training jobs, or output quality metrics for tuning and inference jobs.
Call this endpoint after confirming the job has reached a "completed" state via the Check Job Status endpoint.
Authentication: Include your API key in the X-API-KEY request header.
Query parameter descriptions:
| Parameter | Description |
|---|---|
task_id | The job identifier returned by the Training, Tuning, Inference, or Attribution endpoint. Used to retrieve metrics for that specific job. |
task_type | The type of job to retrieve metrics for. Must match the type of job referenced by task_id. Accepted values: "training", "inference", "tuning", "attribution". |