---
title: Agent Readiness
---

[Skip to content](#%5Ftop) 

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

[Radar](https://developers.cloudflare.com/api/typescript/resources/radar)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# Agent Readiness

##### [Get agent readiness summary](https://developers.cloudflare.com/api/typescript/resources/radar/subresources/agent%5Freadiness/methods/summary)

client.radar.agentReadiness.summary("CHECK"dimension, AgentReadinessSummaryParams { date, domainCategory, format, name } query?, RequestOptionsoptions?): [AgentReadinessSummaryResponse](https://developers.cloudflare.com/api/typescript/resources/radar#%28resource%29%20radar.agent%5Freadiness%20%3E%20%28model%29%20agent%5Freadiness%5Fsummary%5Fresponse%20%3E%20%28schema%29) { meta, summary\_0 } 

GET/radar/agent\_readiness/summary/{dimension}

##### ModelsExpand Collapse 

AgentReadinessSummaryResponse { meta, summary\_0 } 

meta: Meta { date, domainCategories, lastUpdated, 4 more } 

date: string

Date of the returned scan (YYYY-MM-DD). May differ from the requested date if no scan exists for that exact date.

domainCategories: Array<DomainCategory\>

Available domain sub-categories with their scan counts. Use as filter options for the domainCategory parameter.

name: string

Sub-category name.

value: number

Number of successfully scanned domains in this sub-category.

lastUpdated: string

Timestamp of the last dataset update.

formatdate-time

normalization: "PERCENTAGE" | "MIN0\_MAX" | "MIN\_MAX" | 5 more

Normalization method applied to the results. Refer to [Normalization methods](https://developers.cloudflare.com/radar/concepts/normalization/).

One of the following:

"PERCENTAGE"

"MIN0\_MAX"

"MIN\_MAX"

"RAW\_VALUES"

"PERCENTAGE\_CHANGE"

"ROLLING\_AVERAGE"

"OVERLAPPED\_PERCENTAGE"

"RATIO"

successfulDomains: number

Domains successfully scanned (excludes errors).

totalDomains: number

Total domains attempted in the scan.

units: Array<Unit\>

Measurement units for the results.

name: string

value: string

summary\_0: Record<string, string\>