Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
/api/v0/domains/{projectId}/{domainId}/statusGET
Fetch the latest status from Cloudflare and update the local record. When the domain becomes active, the KV mapping is written so the hosting worker starts serving traffic.
Path Parameters
projectId *string
Project ULID.
domainId *string
Domain ULID.
Response
200
id *string
hostname *string
status *string
sslStatus *string | null
cnameTarget *string
CNAME target for DNS configuration.
createdAt *number
404
error *string
Request example
curl -X GET "https://api.example.com/api/v0/domains/<projectId>/<domainId>/status"