List Registry
GET
/registryList all resources in the registry with optional filtering.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Query Parameters
resource_type?|
Filter by resource type
name?|
Filter by name (partial match)
page?Page
Page number
Range
1 <= valueDefault
1limit?Limit
Items per page
Range
1 <= value <= 100Default
20Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl --request GET 'https://example.com/registry'{ "data": [ { "name": "string", "type": "tool", "id": "string", "description": "string", "metadata": {} } ], "meta": { "page": 0, "limit": 20, "total_pages": 0, "total_count": 0, "search_time_ms": 0 }}{ "detail": "string", "error_id": "string", "error_type": "string"}{ "detail": "string", "error_id": "string", "error_type": "string"}{ "detail": "string", "error_id": "string", "error_type": "string"}{ "detail": "string"}{ "detail": "string", "error_id": "string", "error_type": "string"}