Get detailed information about a specific piece of evidence by its unique identifier.
Bearer token for authentication
UUID of the evidence to describe
A successful response.
Response for the Describe method
It represents an item in the list of evidence
{
"workflow_id": "workflow_id",
"workflow_name": "workflow_name",
"uploaded_to_cas": true,
"kind": "kind",
"latest_in_project_version": true,
"subject_version": "subject_version",
"ingestion_started_at": "2000-01-23T04:56:07.000Z",
"annotations": { "key": "annotations" },
"created_at": "2000-01-23T04:56:07.000Z",
"organization_name": "organization_name",
"project_version_id": "project_version_id",
"project_name": "project_name",
"latest_in_project": true,
"project_version_name": "project_version_name",
"project_id": "project_id",
"ingestion_finished_at": "2000-01-23T04:56:07.000Z",
"ingestion_has_error": true,
"organization_id": "organization_id",
"name": "name",
"digest": "digest",
"subject_name": "subject_name",
"id": "id",
"workflow_run_id": "workflow_run_id"
}