v5

latestOpenAPI 3.0.3MIT Licenseraw.githubusercontent.com2025-04-02191068.6 KB

Retrieves multiple documents by their IDs in a single request.

To retrieve multiple documents by their IDs, the POST method must provide 1) a request body containing an array of document IDs in the _mget format, 2) a bearer token in the Authorization header supplied by HuBMAP. Results are limited to those authorized by the bearer token. Uses the <strong>entities</strong> index by default

post/{index_name}/mget

Path parameters

index_namestring required

the name of an existing Elasticsearch index (Use the <i>/indices</i> web service call to obtain the list of indices)

Request body

object required

Response

Returns search hits from backend Elasticsearch that match the query defined in the request JSON

object required