> ## Documentation Index
> Fetch the complete documentation index at: https://docs.modelslab.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Schedulers

> This endpoint is used to get a list of all the available schedulers.

## Request

Send a `POST` request to below endpoint to clear the API's cache.

```curl curl theme={null}
--request POST 'https://modelslab.com/api/v1/enterprise/pony/schedulers_list' \
```

## Body Attributes

<ParamField path="key" type="string" required>
  Your enterprise API Key used for request authorization.
</ParamField>

## Body

```json json theme={null}
{ 
    "key": "enterprise_api_key"
}
```
