Add Evidence Endpoint
Add a runtime-captured evidence claim for an untracked variable.
Runtime-only on both mounts: this local route requires a runtime caller (the kernel API bearer token, or an execution-scoped token issued to a script process); the cloud mirror requires an internal principal.
Rejections (unsupported value type, no workspace for the runtime, bad variable name) come back in rejected_reason rather than via HTTP error so the client can surface them in-cell without raising.
Request body
Response
Successful Response
Changes
Changed in 2 of the 16 revisions of this API.527
- ▲
removed the enum value
globalof the request propertyrecall_priorityrequest-property-enum-value-removed
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed
subschema #1from thecell_idrequest propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1from thetask_idrequest propertyanyOflistrequest-property-any-of-removed
- ▲
the
variable_namerequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
the
notebook_idrequest property type/format changed fromstring/to/request-property-type-changed
- ●
the
descriptionrequest property's maxLength was set to500request-property-max-length-set
- ●
the
variable_namerequest property's maxLength was set to200request-property-max-length-set
- ○
added the new optional request property
session_idnew-optional-request-property
- ○
added the new optional request property
source_file_pathnew-optional-request-property
- ○
added the new optional request property
source_linenew-optional-request-property
- ○
added
_RuntimeIdto thecell_idrequest propertyanyOflistrequest-property-any-of-added
- ○
added
_RuntimeIdto thetask_idrequest propertyanyOflistrequest-property-any-of-added
- ○
added
_RuntimeIdsubschema #2to thenotebook_idrequest propertyanyOflistrequest-property-any-of-added
- ○
the request property
notebook_idbecame optionalrequest-property-became-optional
- ▲