MCPcopy Index your code
hub / github.com/outerbase/studio / getOuterbaseQueryList

Function getOuterbaseQueryList

src/outerbase-cloud/api.ts:159–166  ·  view source on GitHub ↗
(
  workspaceId: string,
  baseId: string
)

Source from the content-addressed store, hash-verified

157}
158
159export async function getOuterbaseQueryList(
160 workspaceId: string,
161 baseId: string
162) {
163 return requestOuterbase<OuterbaseAPIQueryListResponse>(
164 `/api/v1/workspace/${workspaceId}/query?${new URLSearchParams({ baseId })}`
165 );
166}
167
168export async function createOuterbaseQuery(
169 workspaceId: string,

Callers 1

getNamespacesMethod · 0.90

Calls 1

requestOuterbaseFunction · 0.85

Tested by

no test coverage detected