Skip to content

Commit 4f6c46b

Browse files
committed
docs(api): document the ?cube= filter on GET /analytics/meta (#3584)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Uij3WXdY7d4882DxMeaAAJ
1 parent f696c3a commit 4f6c46b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

content/docs/api/data-api.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ or the analytics service's `cubes` config) — a cube referenced by a query that
197197
yet registered is lazily auto-inferred from that query's shape, but metadata isn't
198198
proactively generated for every object.
199199

200+
Pass `?cube=<name>` to filter the listing to a single cube (this is what
201+
`client.analytics.meta(cube)` sends).
202+
200203
**Response**: `{ success: true, data: [...] }` where `data` is an array of cube
201204
definitions with measures and dimensions (time-based dimensions are `dimensions`
202205
entries with `type: "time"`).

0 commit comments

Comments
 (0)