Returns the referrer item for a given digest in the public shared index
Documentation Index
Fetch the complete documentation index at: https://docs.chainloop.dev/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token for authentication
Digest is the unique identifier of the referrer to discover
Kind is the optional type of referrer, i.e CONTAINER_IMAGE, GIT_HEAD, ... Used to filter and resolve ambiguities
Limit pagination to 100
A successful response.
Response for the DiscoverPublicShared method
It represents a referrer object in the system
{
"downloadable": true,
"metadata": { "key": "metadata" },
"public": true,
"references": [null, null],
"kind": "kind",
"digest": "digest",
"created_at": "2000-01-23T04:56:07.000+00:00",
"annotations": { "key": "annotations" }
}{ "next_cursor": "next_cursor" }