AI Gateways
Get an AI Gateway
Pre-release Endpoint This endpoint is currently in beta and is subject to change.
Returns the details of a specific AI Gateway.
get/v1/ai-gateways/{gatewayId}
Response
A successful response returning an AI Gateway.
Example response
{
"display_name": "My AI Gateway",
"name": "my-entity-name",
"description": "An AI Gateway for my organization.",
"proxy_urls": [
{
"host": "example.com",
"port": 443,
"protocol": "https"
}
],
"labels": {
"category": "finance"
},
"id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
"endpoints": {
"configuration": "https://acfe5f253f.cp.konghq.com",
"telemetry": "https://acfe5f253f.tp0.konghq.com"
},
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}