Skip to main content
GET
/
v1
/
info
Get system information
curl --request GET \
  --url https://{sql-node}/v1/info
{
  "default_database": "system",
  "openapi_version": "1.1.0",
  "status": {
    "vendor_code": 0,
    "sql_state": "00000",
    "reason": "The operation completed successfully"
  }
}

Response

200 - application/json

Successful response

default_database
string

The default database for connections

openapi_version
string

Version of the OpenAPI server

status
object

Status information for API responses