Skip to content
Get started

Get context

client.v1.contexts.retrieve(stringcontextID, ContextRetrieveParams { spaceId } query?, RequestOptionsoptions?): void
GET/api/v1/contexts/{contextId}

Get context

ParametersExpand Collapse
contextID: string
query: ContextRetrieveParams { spaceId }
spaceId?: string

Optional space id; when omitted, the user’s default space is used.

Get context

import Fluidwave from 'fluidwave';

const client = new Fluidwave();

await client.v1.contexts.retrieve('contextId');
Returns Examples