API ReferenceAgents
Health Check
Check the API server status and active provider count.
Health Check
Returns server status and the number of active providers.
Authentication
No authentication required.
Request
curl http://localhost:4000/v1/healthResponse (200)
{
"status": "ok",
"providers": 7,
"version": "0.2.0"
}Response fields
| Field | Type | Description |
|---|---|---|
status | string | Server status ("ok") |
providers | number | Number of active providers |
version | string | API version |