Search + K

Command Palette

Search for a command to run...

Sign In

Get Gateway Log Response

GET /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id}/response
Copy endpoint
https://api.cloudflare.com/client/v4

Parameters

path Path Parameters

Name Type
id required
string
gateway_id required
`${string}:-${string}`
account_id required
string

Responses

200 application/json

Returns the response body from a specific log

{}

Client Errors

404 application/json

Not Found

{ errors: { code: number;message: string; }[];success: boolean; }