Get trial status API

Enables you to check the status of your trial.

Request

GET /_license/trial_status

Description

If you want to try all the subscription features, you can start a 30-day trial.

You are allowed to initiate a trial only if your cluster has not already activated a trial for the current major product version. For example, if you have already activated a trial for v6.0, you cannot start a new trial until v7.0. You can, however, request an extended trial at https://www.elastic.co/trialextension.

For more information about features and subscriptions, see https://www.elastic.co/subscriptions.

Authorization

You must have monitor cluster privileges to use this API. For more information, see Security privileges.

Examples

The following example checks whether you are eligible to start a trial:

  1. GET /_license/trial_status

Example response:

  1. {
  2. "eligible_to_start_trial": true
  3. }