Attach evidence to a rule result
Attach evidence to a rule result, satisfying an evidence rule.
Send the field that matches the rule’s evidenceType: storageUri for an uploaded document,
text for a written statement, or url for a link.
For a document, upload the file first with POST /storage/presigned-url and send the resulting
storage URI as storageUri.
Attaching evidence re-evaluates the rule result. If the rule sets renewalCadenceDays, the
renewal window restarts from this evidence.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your workspace API key. See Find your API key for more information.
Path Parameters
The rule result id.
Response
Evidence created.
The evidence id.
The user who attached the evidence.
The creation date.
"2026-03-22T11:31:01.185Z"
The last update date.
"2026-03-22T11:31:01.185Z"
The evidence name.
120"Model risk assessment 2026"
A description of what the evidence shows.
Where the uploaded file is stored. Set when the rule's evidenceType is document.
"s3://openlayer-evidence/evidence.pdf"
The evidence text. Set when the rule's evidenceType is text.
A link to the evidence. Set when the rule's evidenceType is url.
"https://openlayer.com/evidence"