You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**authorHandle**|[**string**]| Return notebooks created by the given `author_handle`. | (optional) defaults to undefined |
275
-
|**excludeAuthorHandle**|[**string**]| Return notebooks not created by the given `author_handle`. | (optional) defaults to undefined |
276
-
|**start**|[**number**]| The index of the first notebook you want returned. | (optional) defaults to undefined |
277
-
|**count**|[**number**]| The number of notebooks to be returned. | (optional) defaults to undefined |
278
-
|**sortField**|[**string**]| Sort by field `modified` or `name`. | (optional) defaults to 'modified' |
279
-
|**sortDir**|[**string**]| Sort by direction `asc` or `desc`. | (optional) defaults to 'desc' |
280
-
|**query**|[**string**]| Return only notebooks with `query` string in notebook name or author handle. | (optional) defaults to undefined |
281
-
|**includeCells**|[**boolean**]| Value of `false` excludes the `cells` and global `time` for each notebook. | (optional) defaults to undefined |
|**authorHandle**|[**string**]| Return notebooks created by the given `author_handle`. | (optional) defaults to undefined |
284
+
|**excludeAuthorHandle**|[**string**]| Return notebooks not created by the given `author_handle`. | (optional) defaults to undefined |
285
+
|**start**|[**number**]| The index of the first notebook you want returned. | (optional) defaults to undefined |
286
+
|**count**|[**number**]| The number of notebooks to be returned. | (optional) defaults to undefined |
287
+
|**sortField**|[**string**]| Sort by field `modified`, `name`, or `created`. | (optional) defaults to 'modified' |
288
+
|**sortDir**|[**string**]| Sort by direction `asc` or `desc`. | (optional) defaults to 'desc' |
289
+
|**query**|[**string**]| Return only notebooks with `query` string in notebook name or author handle. | (optional) defaults to undefined |
290
+
|**includeCells**|[**boolean**]| Value of `false` excludes the `cells` and global `time` for each notebook. | (optional) defaults to undefined |
291
+
|**isTemplate**|[**boolean**]| True value returns only template notebooks. Default is false (returns only non-template notebooks). | (optional) defaults to undefined |
292
+
|**type**|[**string**]| If type is provided, returns only notebooks with that metadata type. Default does not have type filtering. | (optional) defaults to undefined |
0 commit comments