Skip to content

Interaction Logging

mcmahj45 edited this page Jun 30, 2026 · 3 revisions

Interaction Logging

DRES supports logging of interaction sequences and complete result lists, following the VBS logging specification.

Logs are submitted via HTTP POST with Content-Type: application/json:

Query / interaction log:

POST http(s)://{server}/api/v2/log/query/{evaluationId}

Result log:

POST http(s)://{server}/api/v2/log/result/{evaluationId}

Authentication works the same way as for submissions — via session cookie or a session query parameter.

The full message format is defined in the DRES OpenAPI specification, which is available on any running DRES instance.

Clone this wiki locally