List hubs for the requesting user
To retrieve all Box Hubs accessible to the authenticated user, call theGET /2.0/hubs 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 Global Content Manager (GCM) scope can list all Box Hubs for the enterprise using theGET /2.0/enterprise_hubs endpoint.
limit, next_marker). Use the API reference for full parameter descriptions and limitations.
