Get Gateway Log Details.
External Documentation
To learn more, visit the Cloudflare documentation.
Parameter | Description |
---|---|
Account ID | Your Cloudflare Account ID. |
Gateway ID | The ID of the Gateway. |
Log ID | The log ID to get details on, can be obtained from List Gateway Logs . |
{
"result": {
"id": "id",
"cached": true,
"duration": 0,
"model": "model",
"path": "path",
"provider": "provider",
"success": true,
"tokens_in": 0,
"tokens_out": 0,
"cost": 0,
"custom_cost": true,
"metadata": "metadata",
"model_type": "model_type",
"request_content_type": "request_content_type",
"request_head": "request_head",
"request_head_complete": true,
"request_size": 0,
"request_type": "request_type",
"response_content_type": "response_content_type",
"response_head": "response_head",
"response_head_complete": true,
"response_size": 0,
"status_code": 0,
"step": 0
},
"success": true
}
Get Gateway Log Details with Cloudflare and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?