get_logs_config_indexes
Retrieve all configured log indexes from your Datadog organization to manage log storage and access settings.
Instructions
The Index object describes the configuration of a log index.
This endpoint returns an array of the LogIndex objects of your organization.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| No arguments | |||
Input Schema (JSON Schema)
{
  "properties": {},
  "type": "object"
}