GET /radar/agent_readiness/summary/{dimension}

Returns a summary of AI agent readiness scores across scanned domains, grouped by the specified dimension. Data is sourced from weekly bulk scans. All values are raw domain counts.

Servers

Path parameters

Name Type Required Description
dimension String Yes

Specifies the agent readiness data dimension by which to group the results.

Valid values:

  • "CHECK"

Query parameters

Name Type Required Description
name[] Array No

Array of names used to label the series in the response.

format String No

Format in which results will be returned.

Valid values:

  • "CSV"
  • "JSON"
domainCategory[] Array No

Filters results by domain category.

date String No

Filters results by the specified date.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.