v1

latestOpenAPI 3.1.0raw.githubusercontent.com2024-09-27192307552.2 KB
artifact_versions

Get Artifact Visualization

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.

get/api/v1/artifact_versions/{artifact_version_id}/visualize

Path parameters

artifact_version_idstring uuid required

Query parameters

indexinteger

Response

Successful Response

type'csv' | 'html' | 'image' | 'markdown' required

All currently available visualization types.