Describe an artifact
Describe an artifact
Get detailed information about an artifact by ID, including a paginated list of linked evidence.
GET
Describe an artifact
Authorizations
Bearer token for authentication
Path Parameters
UUID of the artifact to describe
Query Parameters
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
Filter to return only the latest evidence per project
Filter to return only the latest evidence per project
Response
A successful response.
Response for the Describe method
Represents an artifact (container image, helm chart, etc.) stored in the platform
Example:
{
"kind": "kind",
"name": "name",
"digest": "digest",
"created_at": "2000-01-23T04:56:07.000Z",
"id": "id",
"version": "version"
}Pagination information for cursor-based pagination
Example:
{ "next_cursor": "next_cursor" }