v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
SampleGeneration

Re-queues failed items of a sample generation so they run again.

When no item ids are supplied, every failed item of the generation is retried. Item ids that do not belong to the generation or are not in a failed state are ignored. Returns the ids that were re-queued; a generation with no failed items yields an empty result.

post/benchmark/sample-generation/{sampleGenerationId}/retry

Path parameters

sampleGenerationIdstring required

The id of the sample generation request.

Request body

itemIdsstring[] nullable

The specific item ids to retry. When omitted or empty, every failed item of the generation is retried.

Response

OK

retriedCountinteger required

How many failed items were re-queued.

retriedItemIdsstring[] required

The ids of the items that were re-queued.