Robots
Get robots.txt rules
ai_audit.robots.get(RobotGetParams**kwargs) -> RobotGetResponse
GET/zones/{zone_id}/ai-audit/robots
Bulk get robots.txt rules
ai_audit.robots.bulk_get(RobotBulkGetParams**kwargs) -> RobotBulkGetResponse
POST/zones/{zone_id}/ai-audit/robots/bulk
ModelsExpand Collapse
class RobotGetResponse: …Parsed robots.txt rules for a single domain.
class RobotGetResponse: …
Parsed robots.txt rules for a single domain.
user_agents: Dict[str, UserAgents]Map of user-agent string to its parsed rules.
user_agents: Dict[str, UserAgents]
Map of user-agent string to its parsed rules.
Dict[str, RobotBulkGetResponseItem]Map of hostname to parsed robots.txt rules.
Dict[str, RobotBulkGetResponseItem]
Map of hostname to parsed robots.txt rules.
user_agents: Dict[str, RobotBulkGetResponseItemUserAgents]Map of user-agent string to its parsed rules.
user_agents: Dict[str, RobotBulkGetResponseItemUserAgents]
Map of user-agent string to its parsed rules.