Health Check API
Check if the Text2SQL service is running normally and return service status information.
GET/agent/api/v2/status
Request Parameters
This endpoint does not require any parameters.
Response Format
Success Response (200)
{
"status": "healthy",
"message": "Service is running normally",
"timestamp": "2024-01-20T10:30:00Z"
}
| Field | Type | Description |
|---|---|---|
status | string | Service status ("healthy" or "unhealthy") |
message | string | Status description message |
timestamp | string | Response timestamp (ISO 8601 format) |
Responses
No response examples available for this endpoint.