v1
latestOpenAPI 3.0.02026-07-174784102.8 KBArtifacts
List Artifact Versions
Lists all the Artifact Versions.
get/registry/{registry_ref}/artifact/{artifact}/versions
Path parameters
registry_refstring required
Unique path identifier for the final registry in the branch. The value can be provided either as a fully URL-encoded path (e.g., organization%2Fproject%2Fregistry) or as a plain path ending with a trailing plus sign (+) as separator (e.g., organization/project/registry/+).
artifactstring required
Name of artifact.
Query parameters
artifact_type'model' | 'dataset'
artifact type.
pageinteger
Current page number
sizeinteger
Number of items per page
sort_orderstring
sortOrder
sort_fieldstring
sortField
search_termstring
search Term.
deleted'exclude' | 'include' | 'only'
Filter for soft-deleted entities
Response
response for list versions of artifact
Example response
{
"data": {
"pageCount": 100,
"itemCount": 1,
"pageSize": 1
}
}