Browse Public Bundles
Paginated browse of all public bundles, most recent first. Works for logged-out visitors (anonymous browsing context).
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Query Parameters
_count? Count
Range
1 <= value <= 100Default
20_page? Page
Range
1 <= valueDefault
1verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/discover/bundles"{ "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": [] } ]}{ "detail": "string", "code": "string"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}