Datasets

Retrieve multiple datasets in a batch, optionally with scores

post

This endpoint allows retrieving multiple datasets in a batch using their IDs. Optionally, it can also return impact scores for the specified indicators.

Authorizations
OAuth2passwordRequired
Token URL:
Query parameters
fromintegerOptional

Pagination start index

Default: 0
limitinteger · max: 100Optional

Number of results to return

Default: 10
versionstringOptional

Version name or 'latest'

Default: latest
system_modelstringOptional

System model name or 'cutoff'

Default: cutoff
Header parameters
X-User-Idany ofOptional
stringOptional
or
nullOptional
X-Organization-Idany ofOptional
stringOptional
or
nullOptional
Body
dataset_idsinteger[] · min: 1 · max: 10000Required

List of dataset IDs to retrieve (up to 10000 datasets)

indicator_idsinteger[] · max: 100Optional

List of indicators IDs to retrieve

Default: []
Responses
200

Successful search response with matching datasets

application/json
post
/v0/datasets/batch

Retrieve a specific dataset by its ID, optionally with scores

get

This endpoint allows retrieving a specific dataset using its ID. Optionally, it can also return impact scores for the specified indicators.

Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
idintegerRequired

Dataset ID to retrieve

Query parameters
indicator_idsany ofOptional

List of indicators IDs to retrieve

integer[]Optional
or
nullOptional
versionstringOptional

Version name or 'latest'

Default: latest
system_modelstringOptional

System model name or 'cutoff'

Default: cutoff
Header parameters
X-User-Idany ofOptional
stringOptional
or
nullOptional
X-Organization-Idany ofOptional
stringOptional
or
nullOptional
Responses
200

Successful response with the requested dataset

application/json
get
/v0/datasets/{id}

Last updated

Was this helpful?