Get registry plugin details and versions

GET/api/v1/registry/plugins/{name}

Parameters

This endpoint does not accept parameters.

Responses

200Plugin details

Request

curl -X GET "https://api.knowledgetree.dev/api/v1/registry/plugins/{name}" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

200Plugin details
Example response not yet documented.