# Get the status for a data stream lifecycle **GET /{index}/_lifecycle/explain** Get information about an index or data stream's current data stream lifecycle status, such as time since index creation, time since rollover, the lifecycle configuration managing the index, or any errors encountered during lifecycle execution. [External documentation](https://www.elastic.co/docs/manage-data/lifecycle/data-stream) ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Api key auth - Basic auth - Bearer auth ## Parameters ### Path parameters - **index** (string | array[string]) Comma-separated list of index names to explain ### Query parameters - **include_defaults** (boolean) indicates if the API should return the default values the system uses for the index's lifecycle - **master_timeout** (string) Specify timeout for connection to master ## Responses ### 200 #### Body: application/json (object) - **indices** (object) [Powered by Bump.sh](https://bump.sh)