Visualize

Get Artifact Visualization

get

Get the visualization of an artifact.

Args: artifact_version_id: ID of the artifact version for which to get the visualization. index: Index of the visualization to get (if there are multiple).

Returns: The visualization of the artifact version.

Authorizations
Path parameters
artifact_version_idstring · uuidRequired
Query parameters
indexintegerOptionalDefault: 0
Responses
200
Successful Response
application/json
get
GET /api/v1/artifact_versions/{artifact_version_id}/visualize HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "type": "csv",
  "value": "text"
}

Last updated

Was this helpful?