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.
Query parameters
Comma-separated list of event KSUIDs to fetch results for. Between 1 and 100 IDs per request. Mutually exclusive with transformationIDs.
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.
Optional evaluation version filter.
Response
The request has succeeded.