---
title: Protocols
---

[Skip to content](#%5Ftop) 

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

[Spectrum](https://developers.cloudflare.com/api/python/resources/spectrum)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# Protocols

##### [List Spectrum application protocols](https://developers.cloudflare.com/api/python/resources/spectrum/subresources/protocols/methods/list)

spectrum.protocols.list(ProtocolListParams\*\*kwargs)  \-> SyncSinglePage\[[ProtocolListResponse](https://developers.cloudflare.com/api/python/resources/spectrum#%28resource%29%20spectrum.protocols%20%3E%20%28model%29%20protocol%5Flist%5Fresponse%20%3E%20%28schema%29)\]

GET/zones/{zone\_id}/spectrum/protocols

##### ModelsExpand Collapse 

class ProtocolListResponse: …

description: str

The full name of the application protocol.

name: str

The short name of the application protocol.

ports: List\[int\]

The available listening ports for the given protocol.

transport: str

The transport layer protocol used by the application protocol