Skip to content

GET /instance

GET
/instance
curl --request GET \
--url https://example.com/instance

Warren-2eec: read-only instance facts; spectators get the reduced projection (src/instance/facts.ts).

Successful response.

Error response (see src/core/errors.ts).

Media typeapplication/json
object
error
required
object
code
required
string
message
required
string
hint
string
Examplegenerated
{
"error": {
"code": "example",
"message": "example",
"hint": "example"
}
}