List spaces in an organization
gitbook_list_spacesList spaces in a GitBook organization. Specify org ID, with optional limit and cursor for pagination.
Instructions
List the spaces inside an organization. Get orgId from gitbook_list_orgs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orgId | Yes | Organization id. | |
| limit | No | Max results to return (server caps apply). | |
| cursor | No | Pagination cursor from a previous call's nextCursor. |