Skip to main content
GET
/
runbooks
List Runbooks
curl --request GET \
  --url https://use.hoop.dev/api/runbooks
{
  "commit": "03c25fd64c74712c71798250d256d4b859dd5853",
  "commit_author": "John Wick <[email protected]>",
  "commit_message": "runbook update",
  "items": [
    {
      "connections": [
        "pgdemo",
        "bash"
      ],
      "error": "<string>",
      "metadata": {},
      "name": "ops/update-user.runbook.sh"
    }
  ]
}

Query Parameters

connection
string

Response

commit
string
Example:
commit_author
string
Example:
commit_message
string
Example:
items
object[]