curl --request GET \
--url https://use.hoop.dev/api/runbooks{
"errors": [
"<string>"
],
"repositories": [
{
"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"
}
],
"repository": "github.com/myorg/myrepo"
}
]
}List all Runbooks
curl --request GET \
--url https://use.hoop.dev/api/runbooks{
"errors": [
"<string>"
],
"repositories": [
{
"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"
}
],
"repository": "github.com/myorg/myrepo"
}
]
}Documentation Index
Fetch the complete documentation index at: https://hoopdev-docs-concepts-gaps-and-organization.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Filter runbooks by connection name
Show connections allowed for each runbook.
Remove runbooks with no connections.
Was this page helpful?