## Get context **get** `/api/v1/contexts/{contextId}` Get context ### Path Parameters - `contextId: string` ### Query Parameters - `spaceId: optional string` Optional space id; when omitted, the user’s default space is used. ### Example ```http curl https://$FLUIDWAVE_HOST/api/v1/contexts/$CONTEXT_ID ```