Get detailed information about an artifact by ID, including a paginated list of linked evidence.
Bearer token for authentication
UUID of the artifact to describe
The cursor to start pagination from
The cursor to start pagination from
The limit of the number of entries to return
The maximum number of entries to return
A successful response.
Response for the Describe method
Represents an artifact (container image, helm chart, etc.) stored in the platform
{
"kind": "kind",
"name": "name",
"digest": "digest",
"created_at": "2000-01-23T04:56:07.000Z",
"id": "id",
"version": "version"
}Pagination information for cursor-based pagination
{ "next_cursor": "next_cursor" }