API ReferenceTypesGetFoldersArgsOn this pageGetFoldersArgs type GetFoldersArgs = { cursor?: string | null; limit?: number; workspaceId: number;}; Properties cursor? optional cursor: string | null; limit? optional limit: number; workspaceId workspaceId: number;