New

The executive guide to generative AI

Read more
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Get trial status API

edit

Enables you to check the status of your trial.

Request

edit

GET /_license/trial_status

Description

edit

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

edit

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

Examples

edit

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

GET /_license/trial_status

Example response:

{
  "eligible_to_start_trial": true
}
Was this helpful?
Feedback