Get evaluation dataset
Retrieve a specific dataset by ID or name
Authorizations
Mixpeek API key, sent as Authorization: Bearer mxp_sk_.... Create one in Studio under Settings → API Keys, or with an admin key via POST /v1/organizations/users/{user_email}/api-keys. A missing header returns 403; an invalid or revoked key returns 401.
Namespace id (ns_...), not the namespace name. This scopes the request rather than authenticating it, and it is required on every operation marked x-mixpeek-namespace-scoped.
Path Parameters
Response
Successful Response
Complete evaluation dataset with metadata.
An evaluation dataset is a collection of queries with ground truth relevance labels, used to measure retriever quality.
Unique dataset identifier
Human-readable dataset name
List of queries with ground truth
When dataset was created
Last update timestamp
Namespace this dataset belongs to
Internal organization ID
Number of queries in dataset
Dataset description
Additional metadata (e.g., labeling instructions, version info)

