v1

latestOpenAPI 3.1.02026-07-241695611.0 MB
Consortium

Get Consortium Search Batch

get/consortium/searches/batches/{batch_id}

Path parameters

batch_idstring uuid required

Response

Successful Response

idstring uuid required

The batch's id, used to poll status and fetch results.

state'PENDING' | 'EXECUTING' | 'COMPLETED' | 'FAILED' | 'CANCELLED' required
progressnumber nullable

Fraction of entries processed so far, in [0, 1].

completed_countinteger nullable

Number of entries processed so far.

total_countinteger nullable

Total number of entries in the batch.

created_atstring date-time required

When the batch was accepted.

Example response

{
  "total_count": 100
}