Bots
Get AI bots HTTP requests distribution by dimension
radar.ai.bots.summary_v2(Literal["USER_AGENT", "CRAWL_PURPOSE", "INDUSTRY", 2 more]dimension, BotSummaryV2Params**kwargs) -> BotSummaryV2Response
GET/radar/ai/bots/summary/{dimension}
Get AI bots HTTP requests time series
radar.ai.bots.timeseries(BotTimeseriesParams**kwargs) -> BotTimeseriesResponse
GET/radar/ai/bots/timeseries
Get time series distribution of AI bots HTTP requests by dimension.
radar.ai.bots.timeseries_groups(Literal["USER_AGENT", "CRAWL_PURPOSE", "INDUSTRY", 2 more]dimension, BotTimeseriesGroupsParams**kwargs) -> BotTimeseriesGroupsResponse
GET/radar/ai/bots/timeseries_groups/{dimension}
ModelsExpand Collapse
class BotSummaryV2Response: …
class BotSummaryV2Response: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
confidence_info: MetaConfidenceInfo
confidence_info: MetaConfidenceInfo
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]Normalization method applied to the results. Refer to Normalization methods.
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]
Normalization method applied to the results. Refer to Normalization methods.
class BotTimeseriesResponse: …
class BotTimeseriesResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
agg_interval: Literal["FIFTEEN_MINUTES", "ONE_HOUR", "ONE_DAY", 2 more]Aggregation interval of the results (e.g., in 15 minutes or 1 hour intervals). Refer to Aggregation intervals.
agg_interval: Literal["FIFTEEN_MINUTES", "ONE_HOUR", "ONE_DAY", 2 more]
Aggregation interval of the results (e.g., in 15 minutes or 1 hour intervals). Refer to Aggregation intervals.
confidence_info: MetaConfidenceInfo
confidence_info: MetaConfidenceInfo
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]Normalization method applied to the results. Refer to Normalization methods.
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]
Normalization method applied to the results. Refer to Normalization methods.
class BotTimeseriesGroupsResponse: …
class BotTimeseriesGroupsResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
agg_interval: Literal["FIFTEEN_MINUTES", "ONE_HOUR", "ONE_DAY", 2 more]Aggregation interval of the results (e.g., in 15 minutes or 1 hour intervals). Refer to Aggregation intervals.
agg_interval: Literal["FIFTEEN_MINUTES", "ONE_HOUR", "ONE_DAY", 2 more]
Aggregation interval of the results (e.g., in 15 minutes or 1 hour intervals). Refer to Aggregation intervals.
confidence_info: MetaConfidenceInfo
confidence_info: MetaConfidenceInfo
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]Normalization method applied to the results. Refer to Normalization methods.
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]
Normalization method applied to the results. Refer to Normalization methods.
BotsSummary
Get AI user agents summary
Deprecated
radar.ai.bots.summary.user_agent(SummaryUserAgentParams**kwargs) -> SummaryUserAgentResponse
GET/radar/ai/bots/summary/user_agent
ModelsExpand Collapse
class SummaryUserAgentResponse: …
class SummaryUserAgentResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
confidence_info: MetaConfidenceInfo
confidence_info: MetaConfidenceInfo
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]Normalization method applied to the results. Refer to Normalization methods.
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]
Normalization method applied to the results. Refer to Normalization methods.