33e87d9898ad

latestOpenAPI 3.1.02026-08-131,0321,3412.1 MB
APPS_V2

Get Dataset Endpoint

Return a single dataset's descriptor.

Resolved via visible_dataset — the SAME platform-visibility gate POST /datasets/{name}/query uses — so a dataset registered for another platform 404s (DATASET_NOT_FOUND) rather than confirming its existence to a tenant on the wrong platform. Route ordering matters here: this route is declared AFTER GET /datasets (the bare-path list endpoint) but that is not what prevents shadowing — /datasets/{name} requires an extra path segment that a request for plain /datasets never supplies, so the two can never collide regardless of registration order. Verified by the throwaway script's TestClient check that both still resolve.

get/api/v2/datasets/{name}

Path parameters

namestring required

Headers

x-tenantstring required
x-user-group-idstring nullable
x-timezonestring nullable

Response

Successful Response

namestring required
labelstring required
platformstring required
row_keystring[] required
paginatedboolean required
time_boundedboolean required
searchableboolean required
downloadableboolean required