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.
Path parameters
Headers
Response
Successful Response
Changes
Changed in 1 of the 28 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○