Admin
Search Bundles For Featuring
Paginated search across every public bundle, for the Discover curation page. Pass only_featured=true for the curated-order view.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Query Parameters
q?|
Case-insensitive substring match on bundle name
only_featured?Only Featured
Default
false_page? Page
Range
1 <= valueDefault
1_count? Count
Range
1 <= value <= 100Default
20verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/admin/featured-bundles/search"{ "page": 0, "page_size": 0, "has_next": true, "has_previous": true, "total_pages": 0, "items": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "description": "string", "created_at": "2019-08-24T14:15:22Z", "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05", "owner_name": "string", "mcp_count": 0, "deployment_count": 0, "fork_count": 0, "tags": [], "entry_previews": [], "is_featured": true, "featured_sort_order": 0 } ]}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}