Skip to content

drs_operations.get_cohort_status

GET
/cohorts/{cohort_id}/status

List indexing status reports for a cohort

Authorizations

Parameters

Path Parameters

cohort_id
required
string

CohortId

Responses

200

Ok

object
index_complete

DrsUris for variant genomic objects that have been successfully indexed

Array<string>
index_in_progress

DrsUris for variant genomic objects that have not yet been indexed

Array<string>
index_errored

DrsUris for variant genomic objects that are in the queue to be indexed

Array<object>
object
drs_uri

A DRS object’s self_uri

string
errors
Array<string>