Artifact Versions API
Get artifact version content at specific path
get/workspaces/{workspace_domain}/artifacts/{artifactId}/versions/{versionId}/content/{path}
Path parameters
workspace_domainstring required
Example:my-company
The human-readable ID of the workspace
artifactIdstring required
Example:x5169jL2
The Artifact ID
versionIdstring required
Example:a9f84k2L
The Version ID
pathstring required
Example:src/components
The file or directory location in the artifact version
Response
Example response
{
"contents": [
{
"type": "FILE",
"name": "README.md",
"path": "/dir/README.md",
"size": 2048
}
]
}