{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "echo \"=== API Endpoints ===\"\nfor endpoint in \"\/api\/v1\/docs\" \"\/api\/v1\/docs\/hierarchy\" \"\/api\/v1\/docs\/search?q=test\" \"\/api\/v1\/explorer\/stats\"; do\n status=$(curl -s -o \/dev\/null -w \"%{http_code}\" -L \"https:\/\/dev.campus.systemische-tools.de$endpoint\" 2>\/dev\/null)\n printf \"%-35s: %s\\n\" \"$endpoint\" \"$status\"\ndone",
"timeout": 60000,
"description": "Test API endpoints"
}
}
{
"tool_response": {
"stdout": "=== API Endpoints ===\n\/api\/v1\/docs : 200\n\/api\/v1\/docs\/hierarchy : 200\n\/api\/v1\/docs\/search?q=test : 200\n\/api\/v1\/explorer\/stats : 200",
"stderr": "",
"interrupted": false,
"isImage": false
}
}