get
https://fountondev.datapoem.ai/api/v1/artifacts
Get all artifacts for a job.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Retrieve all artifacts generated by a completed job. Artifacts are the output files produced by training, tuning, inference, or attribution jobs, such as model outputs, prediction results, and metrics. Pass the job_name returned by the relevant job endpoint to fetch its artifacts. Optionally filter by job type or trial value to narrow results.
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 artifacts for that specific job. |
type | Optional. Filter artifacts by job type. Accepted values: "training", "inference", "tuning", "attribution". When omitted, artifacts for all job types under the specified job_name are returned. |
trial_value | Optional. Filter artifacts by a specific trial. Relevant for tuning jobs where multiple trials are run, pass the trial identifier to retrieve artifacts for that trial only. When omitted, artifacts for all trials are returned. |