list_plugins
List the plugin catalog with each plugin's install state for this project.
Request
GET /api/v1/ops/projects/{project}/plugins[?installed=1]Parameter
In
Type
Required
Description
curl -H "Authorization: Bearer $TESTVIBE_API_KEY" \
"$TESTVIBE_SERVER/api/v1/ops/projects/$PROJECT/plugins?installed=1"testvibe plugins list --installedResponse
[
{
"slug": "mailslurp-email",
"name": "MailSlurp Email",
"publisher": "TestVibe",
"category": "Communication",
"version": "1.2.0",
"official": true,
"builtin": false,
"installed": true,
"description": "Receive OTP codes and confirmation links in disposable inboxes.",
"tools": ["wait_for_email", "extract_otp"],
"gherkin": "When I read the OTP code from the latest email",
"requires": [
{ "name": "MAILSLURP_API_KEY", "kind": "secret", "set": true }
]
}
]Errors
HTTP
When
Last updated
Was this helpful?
