---
title: Speed Settings
---

[Skip to content](#%5Ftop) 

[API Reference](https://developers.cloudflare.com/api/typescript)

[Accounts](https://developers.cloudflare.com/api/typescript/resources/accounts)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# Speed Settings

#### Speed SettingsTransformations

##### [List Image Resizing configurations for account](https://developers.cloudflare.com/api/typescript/resources/accounts/subresources/speed%5Fsettings/subresources/transformations/methods/get)

client.accounts.speedSettings.transformations.get(TransformationGetParams { account\_id } params, RequestOptionsoptions?): SinglePage<[TransformationsConfig](https://developers.cloudflare.com/api/typescript/resources/accounts#%28resource%29%20accounts.speed%5Fsettings.transformations%20%3E%20%28model%29%20transformations%5Fconfig%20%3E%20%28schema%29) { id, cf\_zone\_tag, editable, 2 more } \>

GET/accounts/{account\_id}/settings/transformations

##### ModelsExpand Collapse 

TransformationsConfig { id, cf\_zone\_tag, editable, 2 more } 

A configuration item for a specific zone and feature.

id?: string

Feature identifier.

cf\_zone\_tag?: string

Zone tag identifier.

editable?: boolean

Whether this setting can be modified.

modified\_on?: string | null

When this setting was last modified.

formatdate-time

value?: string

Current value of the feature setting.