API ReferencePlugins
Search the plugin registry (public).
Search the plugin registry (public). - Rensei REST API operation reference.
Query Parameters
q?string
Free-text search query.
provider?string
Filter by provider id.
verb?string
Filter by exposed verb.
status?string
Filter by status (defaults to 'active').
limit?integer
Page size (clamped 1..100).
Range
1 <= value <= 100offset?integer
Result offset.
Range
0 <= value <= 9007199254740991Response Body
application/json
curl -X GET "https://example.com/api/plugins"{
"plugins": [
{
"property1": null,
"property2": null
}
],
"total": -9007199254740991,
"limit": -9007199254740991,
"offset": -9007199254740991
}Empty