Get Artifacts

Get all artifacts for a job.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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:

ParameterDescription
job_nameThe job identifier returned by the Training, Tuning, Inference, or Attribution endpoint. Used to retrieve artifacts for that specific job.
typeOptional. 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_valueOptional. 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.

Query Params
string
required
ModelStatus | null
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json