Skip to content
Open the portal
Developer docs

Get Artifact

GET
/v1/artifacts/{sha256}
curl --request GET \
--url https://example.com/v1/artifacts/example

The original bytes. The caller can recompute the hash and compare it to the record.

sha256
required
Sha256
string

Successful Response

Media typeapplication/json
Examplegenerated
example

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object
Examplegenerated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example",
"input": "example",
"ctx": {}
}
]
}