Logs
List Gateway Logs
client.AIGateway.Logs.List(ctx, gatewayID, params) (*V4PagePaginationArray[LogListResponse], error)
GET/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs
Get Gateway Log Detail
client.AIGateway.Logs.Get(ctx, gatewayID, id, query) (*LogGetResponse, error)
GET/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id}
Patch Gateway Log
client.AIGateway.Logs.Edit(ctx, gatewayID, id, params) (*LogEditResponse, error)
PATCH/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id}
Delete Gateway Logs
client.AIGateway.Logs.Delete(ctx, gatewayID, params) (*LogDeleteResponse, error)
DELETE/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs
Get Gateway Log Request
client.AIGateway.Logs.Request(ctx, gatewayID, id, query) (*LogRequestResponse, error)
GET/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id}/request
Get Gateway Log Response
client.AIGateway.Logs.Response(ctx, gatewayID, id, query) (*LogResponseResponse, error)
GET/accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id}/response