Skip to main content

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"
}
FieldTypeDescription
statusstringService status ("healthy" or "unhealthy")
messagestringStatus description message
timestampstringResponse timestamp (ISO 8601 format)

Responses

No response examples available for this endpoint.