Hanzo
OpenapiCloudflare

Lists the Worker routes bound within one zone — the URL patterns that dispatch…

Lists the Worker routes bound within one zone — the URL patterns that dispatch to a script. Any org member may read.

GET /v1/cloudflare/workers/zones/{zone}/routes

Addresshttps://api.hanzo.ai/v1/cloudflare/workers/zones/{zone}/routes
MethodGET
Operationget_cloudflare_workers_zones_by_zone_routes
AuthAuthorization: Bearer $HANZO_API_KEY

Lists the Worker routes bound within one zone — the URL patterns that dispatch to a script. Any org member may read. Routes are zone-scoped, so no account is resolved.

Request

1 field.

FieldInTypeRequiredDescription
zonepathstringyesZone is the 32-hex Cloudflare zone id.

Response

StatusBodyMeaning
200ok

200 body — 1 field.

FieldInTypeAlwaysDescription
(body)bodyanyyes

Failure carries the platform error shape — see Errors.

Examples

hanzo cloudflare workers zones routes list <zone>

Cloudflare API · All Hanzo APIs · Interactive reference

How is this guide?

On this page