Args:
artifact_id: The ID of the artifact to get.
hydrate: Flag deciding whether to hydrate the output model(s)
by including metadata fields in the response.
Returns:
The artifact with the given ID.
Authorizations
Path parameters
artifact_idstring · uuidRequired
Query parameters
hydratebooleanOptionalDefault: true
Responses
get
GET /api/v1/artifacts/{artifact_id} HTTP/1.1
Host:
Accept: */*
Args:
artifact_filter_model: Filter model used for pagination, sorting,
filtering.
hydrate: Flag deciding whether to hydrate the output model(s)
by including metadata fields in the response.
Returns:
The artifacts according to query filters.
Authorizations
Query parameters
hydratebooleanOptionalDefault: false
sort_bystringOptionalDefault: created
logical_operatorstring · enumOptional
Logical Ops to use to combine filters on list methods.