Skip to main content
GET
/
resources
/
{name}
/
health
Tests connectivity for a resource
curl --request GET \
  --url https://use.hoop.dev/api/resources/{name}/health
{
  "output": "1\n(1 row)\n",
  "status": "success"
}

Documentation Index

Fetch the complete documentation index at: https://mintlify.hoop.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

name
string
required

The resource name

Response

OK

output
string

Output is the raw stdout/stderr returned by the connectivity test query

Example:

"1\n(1 row)\n"

status
enum<string>

Status reports the outcome of the connectivity test

Available options:
failed,
success
Example:

"success"