ApiRegistryArtifacts
List artifacts for a version
Path Parameters
owner*string
project*string
version*string
Semantic version string (e.g. 1.0.0)
Response Body
application/json
application/json
curl -X GET "https://example.com/projects/string/string/versions/string/artifacts"{ "items": [ { "id": "string", "target_runtime": "string", "artifact_kind": "string", "blob_ref": "string", "checksum": "string", "size_bytes": 0, "created_at": "2019-08-24T14:15:22Z", "download_url": "string" } ]}{ "error": { "code": "string", "message": "string" }}