Get the basic license status Generally available; Added in 6.3.0

GET /_license/basic_status

##Required authorization

  • Cluster privileges: monitor

Responses

  • 200 application/json
    Hide response attribute Show response attribute object
    • eligible_to_start_basic boolean Required
GET /_license/basic_status
GET /_license/basic_status
curl \
 --request GET 'http://api.example.com/_license/basic_status'
Response examples (200)
A successful response from `GET /_license/basic_status`.
{
  "eligible_to_start_basic": true
}

Documentation preview

This is a preview of your version @2025-06-09 which is not yet released.