Playground

Playground

Evidence

/api/v1/grc/evidence

Evidence collected against a Control.

listgetcreateupdate

Schema

FieldTypeNotes
id*uuidServer-assigned ULID with type prefix (e.g. per_…).
tenant_id*stringTenant scope — auto-stamped from the caller's JWT.
app_idstringApp scope. Stamped ONLY when the caller's JWT was minted for a specific Application (integration API keys). Absent for human-user sessions. Filters reads when present.
created_at*date-timeServer stamp.
updated_at*date-timeServer stamp; updated on every patch.
created_byuuidPerson id from the caller's JWT (sub).
updated_byuuidPerson id from the last writer's JWT (sub).
sourcestringProvenance tag — defaults to 'edm'.
source_typeenumfrontend | backend | server | system | apiWhere the write originated. Defaults to 'api'.
is_deletedbooleanSoft-delete flag. Excluded from default list queries.
deleted_atdate-timeStamped when soft-deleted; null otherwise.
deleted_byuuidPerson id who soft-deleted; null otherwise.
schema_versionnumberDocument schema version. Bumped on incompatible writes.
control_idsjsonIDs of Controls this evidence satisfies. One evidence item may cover multiple controls.
namestringShort descriptive name of the evidence.
descriptionstringDescription of what this evidence demonstrates.
evidence_typestringClassification of the evidence artifact.
collection_methodstringHow the evidence was collected.
document_idstringID of the bound source Document, if stored as a Document.
chunk_idsjsonIDs of text chunks extracted from the source document.
minio_refstringDirect MinIO file pointer when not backed by a Document.
periodjsonValidity window the evidence covers.
collected_atdate-timeISO 8601 timestamp when the evidence was collected.
collected_bystringID of the user or service that collected the evidence.
assessorstringName of the external auditor who assessed this evidence, if applicable.
assessment_resultstringOutcome of the assessment of this evidence.
findingsjsonKey findings from the assessment.
recommendationsjsonRecommendations arising from this evidence review.
expiry_datedate-timeDate after which this evidence is no longer considered fresh.
next_collection_datedate-timeDate when evidence should next be collected.
connector_idstringID of the Connector used to collect this evidence automatically.
custom_fieldsjsonTenant-defined additional fields.
tagsjsonFree-form tags for filtering.

API

client.grc.evidence.*
Loading manifest…