v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
SampleGeneration

Returns the current status and progress of a sample generation request.

get/benchmark/sample-generation/{sampleGenerationId}

Path parameters

sampleGenerationIdstring required

The id of the sample generation request.

Response

OK

idstring required

The id of the sample generation request.

benchmarkIdstring required

The benchmark this generation belongs to.

status'Pending' | 'Processing' | 'Completed' | 'CompletedWithFailures' | 'Failed' | 'Cancelled' required
samplesPerPromptinteger required

How many samples are being generated per prompt.

totalCountinteger required

The total number of items queued.

completedCountinteger required

The number of items that have succeeded so far.

failedCountinteger required

The number of items that have failed.

promptIdentifierFilterstring[] nullable

Optional prompt identifier filter that was applied.

tagsFilterstring[] nullable

Optional tag filter that was applied.

ownerIdstring uuid required

The id of the customer that started this generation.

ownerMailstring required

The mail of the customer that started this generation.

organizationIdstring required

The id of the organization that owns the entity.

createdAtstring date-time required

When the generation was created.