{ "opencollection": "1.0.0", "info": { "name": "Cloudflare / Accounts Logs API", "version": "4.0.0" }, "items": [ { "info": { "name": "Logs", "type": "folder" }, "items": [ { "info": { "name": "Cloudflare List Ai Gateway Logs", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/ai-gateway/gateways/:gateway_id/logs", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "gateway_id", "value": "", "type": "path", "description": "The unique identifier of the AI Gateway." }, { "name": "page", "value": "10", "type": "query", "description": "Page number for pagination." }, { "name": "per_page", "value": "10", "type": "query", "description": "Number of log entries per page." }, { "name": "search", "value": "example_value", "type": "query", "description": "Search query to filter logs." } ] }, "docs": "Retrieve request logs for an AI Gateway instance with filtering and pagination support." } ] } ], "bundled": true }