Visualize
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
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Unprocessable Entity
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?