List workspaces (Paginated)
List workspaces (Paginated)
Authentication
OAuth authentication of the form <token>.
Query parameters
Number of results to return per page, with a maximum of 1,000 per request. Use the page option in subsequent requests to retrieve the next set of results.
Filter workspaces by name (substring match, case-insensitive).
Filter workspaces by exact name match (case-insensitive, like name). When set, this takes precedence over name and uses an indexed equality lookup instead of a substring search.
Response
Returns a string that can be used as the page parameter in the next request to fetch the next page of results. The last page of results returns null.
[Deprecated] Indicates whether more results are available.

