Skip to content

Artifact Resource

Definition

An artifact resource represents a file generated by DeepVA, usually as a result of a job or an export. By default, each artifact expires after one week.

You can retrieve it to see the information of the artifact.

ENDPOINTS

GET /v1/jobs/{JOB_ID}/artifacts/

GET /v1/jobs/{JOB_ID}/artifacts/{ARTIFACTS_ID}/file/

GET /v1/exports/{EXPORT_ID}/artifacts/

GET /v1/exports/{EXPORT_ID}/artifacts/{ARTIFACTS_ID}/file/

Attributes

Name Type Description
id string Global identifier to access the actual resource
filename string Name of the artifact file
mime_type string MIME type of the artifact
time_created string Creation time of the artifact (ISO Time String)
time_expiration string Expiration time of the artifact (ISO Time String)
export_id string UUID referencing the parent export if Artifact is created from an export (optional)
job_id string UUID referencing the parent job if Artifact is created from a job (optional)