Artifacts
Get artifacts according to query filters.
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.
falsecreatedLogical Ops to use to combine filters on list methods.
andPossible values: 120Successful Response
Unauthorized
Forbidden
Not Found
Unprocessable Entity
Create a new artifact.
Args: artifact: The artifact to create.
Returns: The created artifact.
Artifact request model.
falseShould be a list of plain strings, e.g., ['tag1', 'tag2']
Successful Response
Artifact response model.
falseUnauthorized
Forbidden
Conflict
Unprocessable Entity
Get an artifact by ID.
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.
trueSuccessful Response
Artifact response model.
falseUnauthorized
Forbidden
Not Found
Unprocessable Entity
Update an artifact by ID.
Args: artifact_id: The ID of the artifact to update. artifact_update: The update to apply to the artifact.
Returns: The updated artifact.
Artifact update model.
Successful Response
Artifact response model.
falseUnauthorized
Forbidden
Not Found
Unprocessable Entity
Delete an artifact by ID.
Args: artifact_id: The ID of the artifact to delete.
Successful Response
Unauthorized
Forbidden
Not Found
Unprocessable Entity
No content
Last updated
Was this helpful?