Skip to main content
GET
/
license
/
expiration
Get the license expiration
import requests

url = "https://{FUSION HOST}/api/license/expiration"

response = requests.get(url)

print(response.text)
"2023-11-07T05:31:56Z"

Documentation Index

Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - */*

successful operation

The response is of type string<date-time>.