v36

OpenAPI 3.1.0raw.githubusercontent.com2026-08-0187270483.0 KB
Function Accuracy

Get Evaluation Results

Fetch evaluation results for a batch of events.

Pass either eventIDs (preferred — the externally-stable V3 identifier) or transformationIDs as a comma-separated query parameter. Exactly one of the two must be provided. Up to 100 IDs per request.

For each requested ID the response reports one of three states: a completed result, still-pending, or failed. Results, pending, and failed entries are all keyed by event KSUID regardless of which input form was used.

get/v3/eval/results

Query parameters

eventIDsstring

Comma-separated list of event KSUIDs to fetch results for. Between 1 and 100 IDs per request. Mutually exclusive with transformationIDs.

transformationIDsstring

Comma-separated list of transformation IDs to fetch results for. Between 1 and 100 IDs per request. Mutually exclusive with eventIDs. Prefer eventIDs for new integrations.

evaluationVersionstring

Optional evaluation version filter.

Response

The request has succeeded.

resultsobject required

Completed evaluation results, keyed by event KSUID.

An event appears here only if its evaluation completed successfully. Still-running evaluations appear in pending; failed evaluations appear in failed.

errorsobject

Reserved map of event KSUID to error message for validation failures on the request itself. Populated only in edge cases.