Error
A valid request URL is required to generate request examples{
"attributes": {
"checksum": "<string>",
"command": "<string>",
"config": {},
"created_at": "<string>",
"description": "<string>",
"hook_type": "<string>",
"is_active": true,
"manifest": {},
"name": "<string>",
"namespace": "<string>",
"oci_reference": "<string>",
"plugin_type": "<string>",
"updated_at": "<string>"
},
"id": "<string>",
"relationships": {
"llms": {
"data": [
{
"attributes": {
"active": true,
"name": "<string>",
"vendor": "<string>"
},
"id": "<string>",
"type": "<string>"
}
]
}
},
"type": "<string>"
}plugins
Get plugin
Get a specific plugin by ID
GET
/
api
/
v1
/
plugins
/
{id}
Error
A valid request URL is required to generate request examples{
"attributes": {
"checksum": "<string>",
"command": "<string>",
"config": {},
"created_at": "<string>",
"description": "<string>",
"hook_type": "<string>",
"is_active": true,
"manifest": {},
"name": "<string>",
"namespace": "<string>",
"oci_reference": "<string>",
"plugin_type": "<string>",
"updated_at": "<string>"
},
"id": "<string>",
"relationships": {
"llms": {
"data": [
{
"attributes": {
"active": true,
"name": "<string>",
"vendor": "<string>"
},
"id": "<string>",
"type": "<string>"
}
]
}
},
"type": "<string>"
}Was this page helpful?
⌘I