Authentication
Connections
AWS
Guard Rails
Server Management
Jira
Organization Management
Reports
User Management
Sessions
Runbooks
List Runbooks
List all Runbooks
GET
/
plugins
/
runbooks
/
templates
curl --request GET \
--url https://use.hoop.dev/api/plugins/runbooks/templates
{
"commit": "03c25fd64c74712c71798250d256d4b859dd5853",
"commit_author": "John Wick <john.wick@bad.org>",
"commit_message": "runbook update",
"items": [
{
"connections": [
"pgdemo",
"bash"
],
"error": "<string>",
"metadata": {},
"name": "ops/update-user.runbook.sh"
}
]
}
Response
200
application/json
OK
The response is of type object
.
curl --request GET \
--url https://use.hoop.dev/api/plugins/runbooks/templates
{
"commit": "03c25fd64c74712c71798250d256d4b859dd5853",
"commit_author": "John Wick <john.wick@bad.org>",
"commit_message": "runbook update",
"items": [
{
"connections": [
"pgdemo",
"bash"
],
"error": "<string>",
"metadata": {},
"name": "ops/update-user.runbook.sh"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.