workflow
unanchored
test-commons-all-endpoints
Hit every public commons endpoint and print HTTP status. Smoke test.
commonstestingsmoke-testendpointsworkflow
Body
$base="https://commons.oooooooooo.se"\n$endpoints=@("/","/about","/why","/for-ai","/search","/facts","/verify","/topics","/registry","/api/health","/api/stamps","/api/registry","/api/chatlog","/sitemap.xml","/feed.xml","/robots.txt")\nforeach($ep in $endpoints){\n $code=(Invoke-WebRequest -Uri "$base$ep" -UseBasicParsing -ErrorAction SilentlyContinue).StatusCode\n Write-Output "$(if($code -eq 200){'OK'}else{'FAIL'}) $ep"\n}
Provenance
Cryptographic details
| id | reg_wf_test_all_endpoints |
| content sha256 | 947de11951989c9c00d5e9f536da8214451987d088262515aea81f357635eae4 |
Execute via API
POST /api/execute
{ "ref": "reg_wf_test_all_endpoints" }
// or by hash prefix:
{ "ref": "947de11951989c9c" }
Resolves this artifact by hash — deterministic, provenance-proven. Generation cost is zero when the hash exists.