You can list Box Hubs in two ways: Use query parameters to search, filter by scope, and sort results.Documentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
List hubs for the requesting user
To retrieve all Box Hubs accessible to the authenticated user, call the endpoint.Query parameters (list hubs for user)
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | No | Search string for Box Hubs. |
scope | string | No | editable, view_only, or all. Default is all. |
sort | string | No | Sort by name, updated_at, last_accessed_at, view_count, or relevance. Default is relevance. |
direction | string | No | ASC or DESC. |
marker | string | No | Marker for marker-based pagination. |
limit | integer | No | Maximum items per page (must not exceed 1000). |
List hubs for the enterprise
Admins or Hub Co-admins of an enterprise with scope can list all Box Hubs for the enterprise using the endpoint.limit, next_marker). Use the API reference for full parameter descriptions and limitations.
