d779de93a5ee

latestOpenAPI 3.0.42026-08-13351856967.1 KB
Benchmark
PromptEmbeddingMap

Returns the state of the benchmark's most recent prompt embedding map computation.

Restricted to platform staff, matching the action it reports on. Deliberately narrower than the map itself, which is readable by anyone who can read the benchmark: a failure reason carries the embedding provider's raw error text, so it must not reach benchmark owners or the public.

A benchmark has exactly one map, and this reports its most recent computation whatever the state, so a failure is visible here rather than silently absent. Responds with 204 No Content when no computation has ever been triggered for this benchmark.

get/benchmark/{benchmarkId}/prompt-embedding-map/status

Path parameters

benchmarkIdstring required

The benchmark whose computation state should be returned.

Response

OK

idstring required

The id of the benchmark's map.

status'Pending' | 'Ready' | 'Failed' required
promptCountinteger required

How many prompts the map contains. Prompts without English text are not embedded, so this can be lower than the benchmark's prompt total. Zero until the first run succeeds.

computedAtstring date-time nullable

When the points currently being served were computed. Absent until the first run succeeds.

failureReasonstring nullable

Why the computation failed, when it did.