Skip to main content
GET
List artifact versions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer | null
default:100

Number of items per page

Required range: 1 <= x <= 1000
Example:

10

offset
integer | null
default:0

Number of items to skip

Required range: x >= 0
Example:

0

tag
string | null

Tag to filter artifact versions by.

fqn
string | null

Fully Qualified Name uniquely identifying the artifact version.

artifact_id
string | null

Identifier of the artifact whose versions to list.

ml_repo_id
string | null

Identifier of the ML Repo the artifact versions belong to.

name
string | null

Name of the artifact version.

version
integer | null

Version number (positive integer) to filter by.

run_ids
string[] | null

Run IDs to filter artifact versions by.

run_steps
number[] | null

Run steps to filter artifact versions by.

include_internal_metadata
boolean
default:false

Whether to include internal metadata in the response.

Response

200 - application/json

List of artifact versions matching the query with pagination information

data
ArtifactVersion · object[]
required

List of artifact versions matching the query.

pagination
Pagination · object
required

Pagination information for the response.